+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
# 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