diff options
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 |