Revert cflags patch.

From-SVN: r40935
This commit is contained in:
DJ Delorie 2001-03-28 12:50:11 -05:00 committed by DJ Delorie
parent 145c1defc3
commit 0ac19cfa6d
2 changed files with 5 additions and 2 deletions

View 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

View 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