Commit b9538b2e by Geoffrey Keating Committed by Geoffrey Keating

* Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.

From-SVN: r66251
parent 72e940d2
2003-04-29 Geoffrey Keating <geoffk@apple.com>
* Makefile.in (quickstrap): Pass BOOT_CFLAGS to submake.
2003-04-29 Jason Merrill <jason@redhat.com>
PR middle-end/10336
......
......@@ -3593,7 +3593,7 @@ bubblestrap:
quickstrap:
if test -f stage_last ; then \
LAST=`cat stage_last`; rm $$LAST; $(MAKE) LANGUAGES="$(LANGUAGES)" $$LAST; \
LAST=`cat stage_last`; rm $$LAST; $(MAKE) BOOT_CFLAGS="$(BOOT_CFLAGS)" LANGUAGES="$(LANGUAGES)" $$LAST; \
else \
$(MAKE) stage1_build; \
fi
......
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