aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e821a1f..c94dacc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-22 Gordon Sadler <gbsadler1@lcisp.com>
+
+ * Makefile.in (stage1_build): Pass CFLAGS to stage1_build.
+
Thu Mar 22 22:15:59 CET 2001 Jan Hubicka <jh@suse.cz>
* i386.md (zero_extendsidi2_32): Break out from ...
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index b172fa0..818372c 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -2924,7 +2924,8 @@ STAGE2_FLAGS_TO_PASS = \
# we can guarantee will build with the native compiler, and also it is the
# only thing useful for building stage2.
stage1_build:
- $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)"
+ $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" \
+ CFLAGS="$(CFLAGS)"
touch stage1_build
echo stage1_build > stage_last