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 | |
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')
-rw-r--r-- | gcc/ChangeLog | 11 | ||||
-rw-r--r-- | gcc/Makefile.in | 3 | ||||
-rw-r--r-- | gcc/config/alpha/t-interix | 3 | ||||
-rw-r--r-- | gcc/config/i386/t-interix | 3 | ||||
-rw-r--r-- | gcc/config/t-openbsd | 4 | ||||
-rwxr-xr-x | gcc/configure | 10 | ||||
-rw-r--r-- | gcc/configure.in | 8 |
7 files changed, 16 insertions, 26 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ac97fc4..faecc94 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,14 @@ +2001-12-20 Joseph S. Myers <jsm28@cam.ac.uk> + + * 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. + 2001-12-20 Andreas Jaeger <aj@suse.de> * libgcc2.c (__bb_exit_func): Remove unused variable. diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 7a8cb86..04bcf4e 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -157,7 +157,7 @@ INSTALL_HEADERS_DIR = @build_install_headers_dir@ USER_H = $(srcdir)/ginclude/stdarg.h $(srcdir)/ginclude/stddef.h \ $(srcdir)/ginclude/varargs.h $(srcdir)/ginclude/proto.h \ $(srcdir)/ginclude/stdbool.h $(srcdir)/ginclude/iso646.h \ - $(EXTRA_HEADERS) $(LANG_EXTRA_HEADERS) + $(EXTRA_HEADERS) # The GCC to use for compiling libgcc.a, enquire, and crt*.o. # Usually the one we just built. @@ -639,7 +639,6 @@ INCLUDES = -I. -I$(@D) -I$(srcdir) -I$(srcdir)/$(@D) \ # These next lines are overridden by configure. LANG_MAKEFILES = @all_lang_makefiles@ LANG_STAGESTUFF = @all_stagestuff@ -LANG_EXTRA_HEADERS = @all_headers@ # Flags to pass to recursive makes. # CC is set by configure. Hosts without symlinks need special handling diff --git a/gcc/config/alpha/t-interix b/gcc/config/alpha/t-interix index c064046..3d570c6 100644 --- a/gcc/config/alpha/t-interix +++ b/gcc/config/alpha/t-interix @@ -1,8 +1,7 @@ # t-interix # System headers will track gcc's needs. -# Even LANG_EXTRA_HEADERS may be temporary. -USER_H=$(LANG_EXTRA_HEADERS) +USER_H= LIB1ASMSRC = alpha/lib1funcs.asm LIB1ASMFUNCS = _divqu _divq _divlu _divl _remqu _remq _remlu _reml diff --git a/gcc/config/i386/t-interix b/gcc/config/i386/t-interix index 2c883b1..3f78f78 100644 --- a/gcc/config/i386/t-interix +++ b/gcc/config/i386/t-interix @@ -5,5 +5,4 @@ interix.o: $(srcdir)/config/i386/interix.c $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/i386/interix.c # System headers will track gcc's needs. -# Even LANG_EXTRA_HEADERS may be temporary. -USER_H=$(LANG_EXTRA_HEADERS) +USER_H= diff --git a/gcc/config/t-openbsd b/gcc/config/t-openbsd index 0489e87..0578cbd 100644 --- a/gcc/config/t-openbsd +++ b/gcc/config/t-openbsd @@ -1,5 +1,5 @@ # Don't run fixproto STMP_FIXPROTO = -# We don't need GCC's own include files but we do need lang specific ones. -USER_H = ${LANG_EXTRA_HEADERS} +# We don't need GCC's own include files. +USER_H = 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 diff --git a/gcc/configure.in b/gcc/configure.in index b1f6128..8cbc766 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -2146,8 +2146,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 @@ -2167,9 +2165,7 @@ do boot_language= compilers= stagestuff= - headers= outputs= - lib2funcs= . ${srcdir}/$s/config-lang.in if test "x$language" = x then @@ -2187,9 +2183,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 @@ -2322,10 +2316,8 @@ ${CONFIG_SHELL-/bin/sh} $srcdir/configure.frag $srcdir "$subdirs" "$dep_host_xma AC_SUBST(subdirs) AC_SUBST(all_boot_languages) AC_SUBST(all_compilers) -AC_SUBST(all_headers) AC_SUBST(all_lang_makefiles) AC_SUBST(all_languages) -AC_SUBST(all_lib2funcs) AC_SUBST(all_stagestuff) AC_SUBST(build_exeext) AC_SUBST(build_install_headers_dir) |