From: Eric Botcazou Date: Fri, 4 Apr 2014 20:53:48 +0000 (+0000) Subject: re PR bootstrap/60620 (missing gnattools dependency causes highly parallel build... X-Git-Tag: basepoints/gcc-5~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=147d38a5959efbc793f7311f876dc5dca9a22f28;p=thirdparty%2Fgcc.git 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 --- diff --git a/ChangeLog b/ChangeLog index 587843f29c73..5ddacbe69943 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 cfb81d3621bb..ec2b0f278102 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 f90e34a03689..bf06dce8a2e0 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