summaryrefslogtreecommitdiffstats
path: root/gcc/objc/config-lang.in
diff options
context:
space:
mode:
authorbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-17 01:19:28 +0000
committerbje <bje@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-17 01:19:28 +0000
commitc63804f5c0b186b375fd4939ad955f3026c30072 (patch)
tree9f7f882eb09e456bde7716151d6f3a912e49b5a3 /gcc/objc/config-lang.in
parent2170c5f00730cdf0103f4810c85a423bdc6f0b78 (diff)
downloadppe42-gcc-c63804f5c0b186b375fd4939ad955f3026c30072.tar.gz
ppe42-gcc-c63804f5c0b186b375fd4939ad955f3026c30072.zip
Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com>
* objc/config-lang.in: Do not output the name of the selected thread file when building the front-end. The Makefile for the runtime library will do this. * objc/Make-lang.in: Do not build the runtime library or install the Objective C header files. The Makefile for the runtime library will do this. * objc/Makefile.in (all.indirect): Only build the front-end. (compiler): Rename to `frontend'. (obj-runtime): Remove target. (copy-headers): Likewise. (clean): No need to remove `libobjc.a' any longer. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22459 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc/config-lang.in')
-rw-r--r--gcc/objc/config-lang.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in
index 736ba73b4ec..5287c8d4d6c 100644
--- a/gcc/objc/config-lang.in
+++ b/gcc/objc/config-lang.in
@@ -1,5 +1,5 @@
# Top level configure fragment for the GNU Objective-C Runtime Library.
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
#This file is part of GNU CC.
@@ -32,6 +32,4 @@ compilers="cc1obj\$(exeext)"
stagestuff=""
-diff_excludes=""
-
-echo "Using \`$srcdir/objc/thr-${thread_file}.c' as Objective-C Runtime thread file."
+diff_excludes="-x objc-parse.c -x objc-parse.y "
OpenPOWER on IntegriCloud