summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-25 01:37:39 +0000
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-25 01:37:39 +0000
commit32fbc463576e1caaa6dc162b3a3577dd4173d151 (patch)
treef234e1c5bbc2b1fa4b36eb06b22e7f823cbdd831 /Makefile.tpl
parent12cb06adc773b9b4d2640e2c84486cd6ad7b8c5a (diff)
downloadgcc-32fbc463576e1caaa6dc162b3a3577dd4173d151.tar.gz
* Makefile.tpl (top level bootstrap support): Remove now-unneeded
STRICT_WARN, WARN_CFLAGS flags passed down to make. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79946 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index 4fef85bf335..cd7e06eccdc 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -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 ; \