diff options
Diffstat (limited to 'gcc/objc/config-lang.in')
-rw-r--r-- | gcc/objc/config-lang.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/objc/config-lang.in b/gcc/objc/config-lang.in index 9155d9d..57066a4 100644 --- a/gcc/objc/config-lang.in +++ b/gcc/objc/config-lang.in @@ -24,7 +24,6 @@ # language - name of language as it would appear in $(LANGUAGES) # compilers - value to add to $(COMPILERS) # stagestuff - files to add to $(STAGESTUFF) -# diff_excludes - files to ignore when building diffs between two versions. language="objc" @@ -32,6 +31,4 @@ compilers="cc1obj\$(exeext)" stagestuff="" -diff_excludes="-x objc-parse.c -x objc-parse.y " - target_libs=target-libobjc |