public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Matthias Klose <doko@ubuntu.com>
Cc: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Re: [patch] fix relinking libasan and libtsan on installation
Date: Mon, 14 Jan 2013 16:09:00 -0000	[thread overview]
Message-ID: <20130114160937.GN7269@tucnak.redhat.com> (raw)
In-Reply-To: <50F42BD8.2030909@ubuntu.com>

On Mon, Jan 14, 2013 at 05:01:28PM +0100, Matthias Klose wrote:
> 2013-01-13  Matthias Klose  <doko@ubuntu.com>
> 
> 	* Makefile.def (install-target-libsanitizer): Depend on
> 	install-target-libstdc++-v3.
> 	* Makefile.in: Regenerate.

Okay.

> --- Makefile.def	(Revision 195136)
> +++ Makefile.def	(Arbeitskopie)
> @@ -524,6 +524,7 @@
>  dependencies = { module=install-target-libgo; on=install-target-libatomic; };
>  dependencies = { module=install-target-libgfortran; on=install-target-libquadmath; };
>  dependencies = { module=install-target-libgfortran; on=install-target-libgcc; };
> +dependencies = { module=install-target-libsanitizer; on=install-target-libstdc++-v3; };
>  dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; };
>  dependencies = { module=install-target-libjava; on=install-target-libgcc; };
>  dependencies = { module=install-target-libitm; on=install-target-libgcc; };
> Index: Makefile.in
> ===================================================================
> --- Makefile.in	(Revision 195136)
> +++ Makefile.in	(Arbeitskopie)
> @@ -46216,6 +46216,7 @@
>  install-target-libgo: maybe-install-target-libatomic
>  install-target-libgfortran: maybe-install-target-libquadmath
>  install-target-libgfortran: maybe-install-target-libgcc
> +install-target-libsanitizer: maybe-install-target-libstdc++-v3
>  install-target-libsanitizer: maybe-install-target-libgcc
>  install-target-libjava: maybe-install-target-libgcc
>  install-target-libitm: maybe-install-target-libgcc


	Jakub

      reply	other threads:[~2013-01-14 16:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-14 16:01 Matthias Klose
2013-01-14 16:09 ` Jakub Jelinek [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=20130114160937.GN7269@tucnak.redhat.com \
    --to=jakub@redhat.com \
    --cc=doko@ubuntu.com \
    --cc=gcc-patches@gcc.gnu.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).