Commit c073ab61 by Christopher Faylor

revert accidental checkin

From-SVN: r82609
parent 1600fe22
......@@ -27682,13 +27682,12 @@ all-gcc: configure-gcc
@if gcc-no-bootstrap
r=`${PWD_COMMAND}`; export r; \
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
cd gcc || exit 0; \
$(SET_LIB_PATH) \
$(GCC_HOST_EXPORTS) \
if [ -f gcc/stage_last ] ; then \
$(MAKE) $(GCC_FLAGS_TO_PASS) quickstrap; \
(cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) quickstrap); \
else \
$(MAKE) $(GCC_FLAGS_TO_PASS) all; \
(cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) all); \
fi
# Building GCC uses some tools for rebuilding "source" files
......
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