Commit 0ac19cfa by DJ Delorie Committed by DJ Delorie

Revert cflags patch.

From-SVN: r40935
parent 145c1def
2001-03-28 DJ Delorie <dj@redhat.com>
* Makefile.in (stage1_build): Revert CFLAGS patch.
2001-03-28 Marek Michalkiewicz <marekm@linux.org.pl> 2001-03-28 Marek Michalkiewicz <marekm@linux.org.pl>
* config/avr/libgcc.S (__mulhi3): Correct tests to exit the loop * config/avr/libgcc.S (__mulhi3): Correct tests to exit the loop
......
...@@ -2937,8 +2937,7 @@ STAGE2_FLAGS_TO_PASS = \ ...@@ -2937,8 +2937,7 @@ STAGE2_FLAGS_TO_PASS = \
# we can guarantee will build with the native compiler, and also it is the # we can guarantee will build with the native compiler, and also it is the
# only thing useful for building stage2. # only thing useful for building stage2.
stage1_build: stage1_build:
$(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)" \ $(MAKE) CC="$(CC)" libdir=$(libdir) LANGUAGES="$(BOOT_LANGUAGES)"
CFLAGS="$(CFLAGS)"
touch stage1_build touch stage1_build
echo stage1_build > stage_last echo stage1_build > stage_last
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment