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/configure | |
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/configure')
-rwxr-xr-x | gcc/configure | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/configure b/gcc/configure index 0e383a5..4496e99 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2078,7 +2078,7 @@ EOF fi # Find some useful tools -for ac_prog in gawk mawk nawk awk +for ac_prog in mawk gawk nawk awk do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 @@ -7887,7 +7887,6 @@ all_languages= all_boot_languages= all_compilers= all_stagestuff= -all_diff_excludes= all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc' # List of language makefile fragments. all_lang_makefiles= @@ -7912,7 +7911,6 @@ do boot_language= compilers= stagestuff= - diff_excludes= headers= outputs= lib2funcs= @@ -7933,7 +7931,6 @@ do fi all_compilers="$all_compilers $compilers" all_stagestuff="$all_stagestuff $stagestuff" - all_diff_excludes="$all_diff_excludes $diff_excludes" all_headers="$all_headers $headers" all_outputs="$all_outputs $outputs" all_lib2funcs="$all_lib2funcs $lib2funcs" @@ -8134,7 +8131,6 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma - # Echo that links are built if test x$host = x$target then @@ -8397,7 +8393,6 @@ s%@objdir@%$objdir%g s%@subdirs@%$subdirs%g s%@all_boot_languages@%$all_boot_languages%g s%@all_compilers@%$all_compilers%g -s%@all_diff_excludes@%$all_diff_excludes%g s%@all_headers@%$all_headers%g s%@all_lang_makefiles@%$all_lang_makefiles%g s%@all_languages@%$all_languages%g |