mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 17:02:22 +08:00
* Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
previous 'make bootstrap'. * Makefile.in: Regenerate.
This commit is contained in:
11
Makefile.tpl
11
Makefile.tpl
@ -1134,14 +1134,17 @@ gcc/Makefile: config.status
|
||||
$(HOST_CONFIGARGS) $${srcdiroption} \
|
||||
|| exit 1
|
||||
|
||||
# Don't remake gcc if it's already been made by 'bootstrap'; that causes
|
||||
# nothing but trouble. This wart will be fixed eventually by moving
|
||||
# Don't 'make all' in gcc if it's already been made by 'bootstrap'; that
|
||||
# causes trouble. This wart will be fixed eventually by moving
|
||||
# the bootstrap behavior to this file.
|
||||
.PHONY: all-gcc maybe-all-gcc
|
||||
maybe-all-gcc:
|
||||
all-gcc: configure-gcc
|
||||
@if [ -f gcc/xgcc ] ; then \
|
||||
exit 0 ; \
|
||||
@if [ -f gcc/stage_last ] ; then \
|
||||
r=`${PWD}`; export r; \
|
||||
s=`cd $(srcdir); ${PWD}`; export s; \
|
||||
$(SET_LIB_PATH) \
|
||||
(cd gcc; $(MAKE) $(GCC_FLAGS_TO_PASS) quickstrap); \
|
||||
else \
|
||||
r=`${PWD}`; export r; \
|
||||
s=`cd $(srcdir); ${PWD}`; export s; \
|
||||
|
Reference in New Issue
Block a user