diff options
Diffstat (limited to 'gcc/objc/config-lang.in')
-rw-r--r-- | gcc/objc/config-lang.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index 5287c8d..d1c5957 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, 1998 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -33,3 +33,5 @@ compilers="cc1obj\$(exeext)" stagestuff="" diff_excludes="-x objc-parse.c -x objc-parse.y " + +target_libs=target-libobjc |