diff options
Diffstat (limited to 'gcc/cp/config-lang.in')
-rw-r--r-- | gcc/cp/config-lang.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/config-lang.in b/gcc/cp/config-lang.in index 3df71618..c07408d 100644 --- a/gcc/cp/config-lang.in +++ b/gcc/cp/config-lang.in @@ -25,7 +25,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="c++" @@ -33,6 +32,4 @@ compilers="cc1plus\$(exeext)" stagestuff="g++\$(exeext) g++-cross\$(exeext) cc1plus\$(exeext)" -diff_excludes="-x parse.c -x parse.h" - target_libs="${libstdcxx_version} target-gperf" |