public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Ian Lance Taylor <iant@google.com>
To: Matthias Klose <doko@ubuntu.com>
Cc: Richard Henderson <rth@redhat.com>,
	Andreas Schwab <schwab@linux-m68k.org>,
	gcc-patches@gcc.gnu.org
Subject: Re: PATCH RFA: PR go/55201: Create libatomic convenience library
Date: Wed, 19 Dec 2012 15:47:00 -0000	[thread overview]
Message-ID: <CAKOQZ8yi5mOA7LNUjXhMp7Wug3W31iGp3JeW1LBfqO3mRsN+AA@mail.gmail.com> (raw)
In-Reply-To: <50D1DF6F.5060109@ubuntu.com>

On Wed, Dec 19, 2012 at 7:38 AM, Matthias Klose <doko@ubuntu.com> wrote:
>
> The following patch fixes this for me, maybe other target library dependencies
> should be added too.
>
> that would be for
>   libgfortran on libquadmath, libgcc
>   libsanitizer on libstdc++
>   libstdc++ on libgomp, libgcc
>   libjava on libstdc++, libgcc
>   libasan on libgcc
>   libobjc on libgcc
>   libitm on libgcc
>
> Matthias
>
> Index: Makefile.def
> ===================================================================
> --- Makefile.def        (Revision 194604)
> +++ Makefile.def        (Arbeitskopie)
> @@ -514,6 +514,8 @@
>  //  recursive make, we can't be that specific.
>  dependencies = { module=all-target-libstdc++-v3; on=configure-target-libgomp; };
>
> +dependencies = { module=install-target-libgo; on=install-target-libatomic; };
> +
>  // Target modules in the 'src' repository.
>  lang_env_dependencies = { module=libtermcap; };
>  lang_env_dependencies = { module=rda; };
>

Thanks for looking into it.

This patch is OK with a ChangeLog entry.

Ian

      reply	other threads:[~2012-12-19 15:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-18 19:30 Ian Lance Taylor
2012-12-18 21:32 ` Richard Henderson
2012-12-18 22:09   ` Ian Lance Taylor
2012-12-18 22:31     ` Richard Henderson
2012-12-18 22:52       ` Ian Lance Taylor
2012-12-18 23:09         ` Richard Henderson
2012-12-18 23:15         ` Richard Henderson
2012-12-19  0:28           ` Ian Lance Taylor
2012-12-19 15:38             ` Matthias Klose
2012-12-19 15:47               ` Ian Lance Taylor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKOQZ8yi5mOA7LNUjXhMp7Wug3W31iGp3JeW1LBfqO3mRsN+AA@mail.gmail.com \
    --to=iant@google.com \
    --cc=doko@ubuntu.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=rth@redhat.com \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).