]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* Makefile.in (stage1_build): Pass CFLAGS to stage1_build.
authorGordon Sadler <gbsadler1@lcisp.com>
Thu, 22 Mar 2001 21:48:15 +0000 (21:48 +0000)
committerDJ Delorie <dj@gcc.gnu.org>
Thu, 22 Mar 2001 21:48:15 +0000 (16:48 -0500)
From-SVN: r40761

gcc/ChangeLog
gcc/Makefile.in

index e821a1fdff9b43c5c5b2584699f41b1285773736..c94dacc5994401a3d5f7aca040b9d45cb388545f 100644 (file)
@@ -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 ...
index b172fa0acf6f706e31d3ae194f14a5776b56eca2..818372cf0c7ab7760e4adb8f60f4679d4b21870d 100644 (file)
@@ -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