This fixes PR bootstrap/60620:
* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. * Makefile.in: Regenerate.
This commit is contained in:
parent
abc9061b5c
commit
50f800063d
@ -1,3 +1,9 @@
|
||||
2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
PR bootstrap/60620
|
||||
* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||
|
||||
* Makefile.def (dependencies): Make all-ld depend on all-binutils
|
||||
|
@ -336,6 +336,7 @@ dependencies = { module=all-libcpp; on=all-intl; };
|
||||
dependencies = { module=all-fixincludes; on=all-libiberty; };
|
||||
|
||||
dependencies = { module=all-gnattools; on=all-target-libada; };
|
||||
dependencies = { module=all-gnattools; on=all-target-libstdc++-v3; };
|
||||
|
||||
dependencies = { module=all-lto-plugin; on=all-libiberty; };
|
||||
|
||||
|
@ -46730,6 +46730,7 @@ all-stageprofile-libcpp: maybe-all-stageprofile-intl
|
||||
all-stagefeedback-libcpp: maybe-all-stagefeedback-intl
|
||||
all-fixincludes: maybe-all-libiberty
|
||||
all-gnattools: maybe-all-target-libada
|
||||
all-gnattools: maybe-all-target-libstdc++-v3
|
||||
all-lto-plugin: maybe-all-libiberty
|
||||
|
||||
all-stage1-lto-plugin: maybe-all-stage1-libiberty
|
||||
|
Loading…
x
Reference in New Issue
Block a user