Hi,
the gnattools are now linked with the C++ compiler so, for the native case, it
has a dependency on libstdc++-v3. Adding such a dependency for a host tool on
a target library is debatable, but there is already a precedent with libada.
Tested on x86_64-suse-linux, OK for the mainline?
2014-04-01 Eric Botcazou <ebotca...@adacore.com>
PR bootstrap/60620
* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
* Makefile.in: Regenerate.
--
Eric Botcazou
Index: Makefile.def
===================================================================
--- Makefile.def (revision 208971)
+++ Makefile.def (working copy)
@@ -336,6 +336,7 @@ dependencies = { module=all-libcpp; on=a
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; };