re PR bootstrap/18939 (spurious relink of gcov and gcov-dump with the base compiler)
PR bootstrap/18939 * Makefile.def (gcc) <target>: Fix thinko. * Makefile.in: Regenerate. From-SVN: r105669
This commit is contained in:
parent
b501d4432b
commit
b88a7564ad
@ -1,3 +1,9 @@
|
|||||||
|
2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
PR bootstrap/18939
|
||||||
|
* Makefile.def (gcc) <target>: Fix thinko.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
|
2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
|
||||||
|
|
||||||
* configure.in (bfin-*-*): Use test, not brackets, in if statement.
|
* configure.in (bfin-*-*): Use test, not brackets, in if statement.
|
||||||
|
@ -60,7 +60,7 @@ host_modules= { module= fixincludes;
|
|||||||
host_modules= { module= flex; no_check_cross= true; };
|
host_modules= { module= flex; no_check_cross= true; };
|
||||||
host_modules= { module= gas; bootstrap=true; };
|
host_modules= { module= gas; bootstrap=true; };
|
||||||
host_modules= { module= gcc; bootstrap=true;
|
host_modules= { module= gcc; bootstrap=true;
|
||||||
target="`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi`";
|
target="`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi`";
|
||||||
extra_make_flags="$(EXTRA_GCC_FLAGS)"; };
|
extra_make_flags="$(EXTRA_GCC_FLAGS)"; };
|
||||||
host_modules= { module= gawk; };
|
host_modules= { module= gawk; };
|
||||||
host_modules= { module= gettext; };
|
host_modules= { module= gettext; };
|
||||||
|
@ -11248,7 +11248,7 @@ configure-stagefeedback-gcc:
|
|||||||
.PHONY: all-gcc maybe-all-gcc
|
.PHONY: all-gcc maybe-all-gcc
|
||||||
maybe-all-gcc:
|
maybe-all-gcc:
|
||||||
@if gcc
|
@if gcc
|
||||||
TARGET-gcc=`if [ -f gcc/stage_last ]; then echo quickstrap ; else echo all; fi`
|
TARGET-gcc=`if [ -f stage_last ]; then echo quickstrap ; else echo all; fi`
|
||||||
maybe-all-gcc: all-gcc
|
maybe-all-gcc: all-gcc
|
||||||
all-gcc: configure-gcc
|
all-gcc: configure-gcc
|
||||||
@test -f stage_last && exit 0; \
|
@test -f stage_last && exit 0; \
|
||||||
|
Loading…
Reference in New Issue
Block a user