Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-03-25 04:38:31 +0300
committerNathanael Nerode <neroden@gcc.gnu.org>2004-03-25 04:38:31 +0300
commit38955e3506f591a1672dabe7206df601db0bbeea (patch)
treef6c66139563cb02ed70a2eb6b536d8ef03340058 /Makefile.tpl
parentf06f3d7c4d99f6a0da623b71acbf11a27f547b03 (diff)
* Makefile.tpl (top level bootstrap support): Remove now-unneeded
STRICT_WARN, WARN_CFLAGS flags passed down to make. * Makefile.in: Regenerate.
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 4fef85bf3..cd7e06ecc 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 ; \