diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b2ae64d548fc8e9d711dc49928f746304716233..d6bc063202c73ee87e40ec96ad43275a33d4c09c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 5888dcb927c28e7af8e64cce94e90fc886b4f41f..ba84a5cf49db5a0d223843855d420a414974b211 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -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