public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Fix PR bootstrap/60620
@ 2014-04-01  9:42 Eric Botcazou
  2014-04-04 15:41 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Botcazou @ 2014-04-01  9:42 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 486 bytes --]

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  <ebotcazou@adacore.com>

	PR bootstrap/60620
	* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3. 
	* Makefile.in: Regenerate.


-- 
Eric Botcazou

[-- Attachment #2: pr60620.diff --]
[-- Type: text/x-patch, Size: 483 bytes --]

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; };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] Fix PR bootstrap/60620
  2014-04-01  9:42 [patch] Fix PR bootstrap/60620 Eric Botcazou
@ 2014-04-04 15:41 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2014-04-04 15:41 UTC (permalink / raw)
  To: Eric Botcazou, gcc-patches

On 04/01/14 03:40, Eric Botcazou wrote:
> 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  <ebotcazou@adacore.com>
>
> 	PR bootstrap/60620
> 	* Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
> 	* Makefile.in: Regenerate.
This is fine.

jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-04 15:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-01  9:42 [patch] Fix PR bootstrap/60620 Eric Botcazou
2014-04-04 15:41 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).