Revert cflags patch.
authorDJ Delorie <dj@redhat.com>
Wed, 28 Mar 2001 17:50:11 +0000 (12:50 -0500)
committerDJ Delorie <dj@gcc.gnu.org>
Wed, 28 Mar 2001 17:50:11 +0000 (12:50 -0500)
From-SVN: r40935

gcc/ChangeLog
gcc/Makefile.in

index 2b2ae64d548fc8e9d711dc49928f746304716233..d6bc063202c73ee87e40ec96ad43275a33d4c09c 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-28  DJ Delorie  <dj@redhat.com>
+
+       * Makefile.in (stage1_build): Revert CFLAGS patch.
+
 2001-03-28  Marek Michalkiewicz  <marekm@linux.org.pl>
 
        * config/avr/libgcc.S (__mulhi3): Correct tests to exit the loop
index 5888dcb927c28e7af8e64cce94e90fc886b4f41f..ba84a5cf49db5a0d223843855d420a414974b211 100644 (file)
@@ -2937,8 +2937,7 @@ 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)" \
-               CFLAGS="$(CFLAGS)"
+       $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)"
        touch stage1_build
        echo stage1_build > stage_last