summaryrefslogtreecommitdiff
path: root/Makefile.def
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 /Makefile.def
parent9119c7fabaf186b2018292e6d92733c9e50237a1 (diff)
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
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index cfb81d3621b..ec2b0f27810 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; };