diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-20 00:20:47 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-20 00:20:47 +0000 |
commit | 38be19f60319beaea4e64818eaed323e7c9c40f3 (patch) | |
tree | cfe311f99b176a5498cc516e8240a9f719797b97 /gcc/ch/config-lang.in | |
parent | 303f89334bd94da78c32c1fa9eb91fef7dd0ae31 (diff) | |
download | gcc-38be19f60319beaea4e64818eaed323e7c9c40f3.zip gcc-38be19f60319beaea4e64818eaed323e7c9c40f3.tar.gz gcc-38be19f60319beaea4e64818eaed323e7c9c40f3.tar.bz2 |
configure.in (all_diff_excludes, [...]): Remove.
* configure.in (all_diff_excludes, diff_excludes): Remove.
* configure: Regenerate.
* Makefile.in (LANG_DIFF_EXCLUDES): Remove.
* objc/config-lang.in (diff_excludes): Remove.
ada:
* config-lang.in (diff_excludes): Remove.
ch:
* config-lang.in (diff_excludes): Remove.
cp:
* config-lang.in (diff_excludes): Remove.
f:
* config-lang.in (diff_excludes): Remove.
java:
* config-lang.in (diff_excludes): Remove.
From-SVN: r48189
Diffstat (limited to 'gcc/ch/config-lang.in')
-rw-r--r-- | gcc/ch/config-lang.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/ch/config-lang.in b/gcc/ch/config-lang.in index b0bd929..6f57b17 100644 --- a/gcc/ch/config-lang.in +++ b/gcc/ch/config-lang.in @@ -1,5 +1,5 @@ # Top level configure fragment for GNU CHILL. -# Copyright (C) 1994, 2000 Free Software Foundation, Inc. +# Copyright (C) 1994, 2000, 2001 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -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="CHILL" @@ -32,8 +31,6 @@ compilers="cc1chill\$(exeext)" stagestuff="chill chill-cross\$(exeext) cc1chill\$(exeext)" -diff_excludes="-x -x ch/chill.info*" - outputs=ch/Makefile target_libs=target-libchill |