summaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-20 23:35:42 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2001-12-20 23:35:42 +0000
commitbb9594ed71fc9d4d347495ae70cb925196c0da46 (patch)
treed1d2d0dcf1bf75ae553ff08b24487c69eee7c478 /gcc/configure
parent784023415a7fcc43702f7895756ca0655cb2c056 (diff)
downloadgcc-bb9594ed71fc9d4d347495ae70cb925196c0da46.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48222 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/configure b/gcc/configure
index 4496e998c69..385810cf63a 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