This fixes PR bootstrap/60620:
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 4 Apr 2014 20:54:42 +0000 (22:54 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 4 Apr 2014 20:54:42 +0000 (22:54 +0200)
* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
* Makefile.in: Regenerate.

ChangeLog
Makefile.def
Makefile.in

index 1ea4784b68a14ea2f9712a8cc252b7789638c264..904361fcd43fa933b5f7f2a9d32bfc8eb2b07e7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index fd1bce757dc411cac741c8a96d5e23b45758c3f2..3a0dfdc6a60c697d7908b58ff918638dd1568bbd 100644 (file)
@@ -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; };
 
index e5b44fcad30fdee410002f4e94996d79ace36dfe..f6c7d7f71c906c652376c591da5c046a717eeaba 100644 (file)
@@ -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
This page took 0.043722 seconds and 4 git commands to generate.