aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2014-04-04 20:53:48 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2014-04-04 20:53:48 +0000
commit147d38a5959efbc793f7311f876dc5dca9a22f28 (patch)
tree3a0b821efd6fe4a39f51f8b2950f0905ce630586
parent9119c7fabaf186b2018292e6d92733c9e50237a1 (diff)
downloadgcc-147d38a5959efbc793f7311f876dc5dca9a22f28.zip
gcc-147d38a5959efbc793f7311f876dc5dca9a22f28.tar.gz
gcc-147d38a5959efbc793f7311f876dc5dca9a22f28.tar.bz2
re PR bootstrap/60620 (missing gnattools dependency causes highly parallel build failure with --disable-bootstrap)
PR bootstrap/60620 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. * Makefile.in: Regenerate. From-SVN: r209129
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.def1
-rw-r--r--Makefile.in1
3 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 587843f..5ddacbe 100644
--- 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
diff --git a/Makefile.def b/Makefile.def
index cfb81d3..ec2b0f2 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 f90e34a..bf06dce 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -47249,6 +47249,7 @@ all-stage4-fixincludes: maybe-all-stage4-libiberty
all-stageprofile-fixincludes: maybe-all-stageprofile-libiberty
all-stagefeedback-fixincludes: maybe-all-stagefeedback-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