* Makefile.tpl (top level bootstrap support): Remove now-unneeded

STRICT_WARN, WARN_CFLAGS flags passed down to make.
	* Makefile.in: Regenerate.
This commit is contained in:
Nathanael Nerode 2004-03-25 01:38:31 +00:00
parent f06f3d7c4d
commit 38955e3506
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,9 @@
2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
* Makefile.tpl (top level bootstrap support): Remove now-unneeded
STRICT_WARN, WARN_CFLAGS flags passed down to make.
* Makefile.in: Regenerate.
* configure.in (top level bootstrap support): Rework --enable-werror
to set @stage2_werror_flag@.
* configure: Regenerate.

View File

@ -24101,9 +24101,7 @@ configure-stage2-gcc: all-stage1-gcc
BOOT_CFLAGS= -g -O2
POSTSTAGE1_FLAGS_TO_PASS = \
CFLAGS="$(BOOT_CFLAGS)" \
ADAC="\$$(CC)" \
WARN_CFLAGS="\$$(GCC_WARN_CFLAGS)" \
STRICT_WARN="\$$(STRICT2_WARN)"
ADAC="\$$(CC)"
all-stage2-gcc: all-stage1-gcc configure-stage2-gcc
echo all-stage2-gcc > stage_last ; \

View File

@ -1429,9 +1429,7 @@ configure-stage2-gcc: all-stage1-gcc
BOOT_CFLAGS= -g -O2
POSTSTAGE1_FLAGS_TO_PASS = \
CFLAGS="$(BOOT_CFLAGS)" \
ADAC="\$$(CC)" \
WARN_CFLAGS="\$$(GCC_WARN_CFLAGS)" \
STRICT_WARN="\$$(STRICT2_WARN)"
ADAC="\$$(CC)"
all-stage2-gcc: all-stage1-gcc configure-stage2-gcc
echo all-stage2-gcc > stage_last ; \