From: Eric Botcazou Date: Fri, 4 Apr 2014 20:54:42 +0000 (+0200) Subject: This fixes PR bootstrap/60620: X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=50f800063da5cfe4e7fc5f7056530d1802af398c;p=deliverable%2Fbinutils-gdb.git This fixes PR bootstrap/60620: * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 1ea4784b68..904361fcd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-04-04 Eric Botcazou + + PR bootstrap/60620 + * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. + * Makefile.in: Regenerate. + 2014-03-28 Yaakov Selkowitz * Makefile.def (dependencies): Make all-ld depend on all-binutils diff --git a/Makefile.def b/Makefile.def index fd1bce757d..3a0dfdc6a6 100644 --- a/Makefile.def +++ b/Makefile.def @@ -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; }; diff --git a/Makefile.in b/Makefile.in index e5b44fcad3..f6c7d7f71c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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