diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-12-20 23:35:42 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-12-20 23:35:42 +0000 |
commit | 5bc277026ba8546ef3f279d5e6f3dd8879c1b0f5 (patch) | |
tree | d1d2d0dcf1bf75ae553ff08b24487c69eee7c478 /gcc/configure | |
parent | 7899e8b9f5e3306eeaeec3d9a911719d83eb9c0e (diff) | |
download | gcc-5bc277026ba8546ef3f279d5e6f3dd8879c1b0f5.zip gcc-5bc277026ba8546ef3f279d5e6f3dd8879c1b0f5.tar.gz gcc-5bc277026ba8546ef3f279d5e6f3dd8879c1b0f5.tar.bz2 |
configure.in (all_headers, [...]): Remove.
* configure.in (all_headers, all_lib2funcs): Remove.
* configure: Regenerate.
* Makefile.in (LANG_EXTRA_HEADERS): Remove.
(USER_H): Don't include $(LANG_EXTRA_HEADERS).
* config/alpha/t-interix (USER_H): Don't include
$(LANG_EXTRA_HEADERS).
* config/i386/t-interix: Likewise.
* config/t-openbsd: Likewise.
From-SVN: r48222
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/configure b/gcc/configure index 4496e99..385810c 100755 --- a/gcc/configure +++ b/gcc/configure @@ -7890,8 +7890,6 @@ all_stagestuff= all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc' # List of language makefile fragments. all_lang_makefiles= -all_headers= -all_lib2funcs= # Add the language fragments. # Languages are added via two mechanisms. Some information must be @@ -7911,9 +7909,7 @@ do boot_language= compilers= stagestuff= - headers= outputs= - lib2funcs= . ${srcdir}/$s/config-lang.in if test "x$language" = x then @@ -7931,9 +7927,7 @@ do fi all_compilers="$all_compilers $compilers" all_stagestuff="$all_stagestuff $stagestuff" - all_headers="$all_headers $headers" all_outputs="$all_outputs $outputs" - all_lib2funcs="$all_lib2funcs $lib2funcs" fi done @@ -8129,8 +8123,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 @@ -8393,10 +8385,8 @@ s%@objdir@%$objdir%g s%@subdirs@%$subdirs%g s%@all_boot_languages@%$all_boot_languages%g s%@all_compilers@%$all_compilers%g -s%@all_headers@%$all_headers%g s%@all_lang_makefiles@%$all_lang_makefiles%g s%@all_languages@%$all_languages%g -s%@all_lib2funcs@%$all_lib2funcs%g s%@all_stagestuff@%$all_stagestuff%g s%@build_exeext@%$build_exeext%g s%@build_install_headers_dir@%$build_install_headers_dir%g |