Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH v2] gcc: Fix setting of GLIBC_DYNAMIC_LINKER
Date: Wed, 03 Aug 2011 17:47:05 +0100	[thread overview]
Message-ID: <1312390025.2344.699.camel@rex> (raw)
In-Reply-To: <1312324397-1923-1-git-send-email-galak@kernel.crashing.org>

On Tue, 2011-08-02 at 17:33 -0500, Kumar Gala wrote:
> The sed regex in do_configure_prepend was producing the following result:
> 
>  #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "/lib64/ld-linux-x86-64.so.2"
> 
> instead of removing the leading "/lib" or "/lib64".
> 
> Now we have it do:
> 
>  #define GLIBC_DYNAMIC_LINKER64 SYSTEMLIBS_DIR "ld-linux-x86-64.so.2"
> 
> Additionally, with the regex fixed the manipulation of SYSTEMLIBS_DIR
> needs to be removed.
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

Merged to master, thanks.

Richard




      parent reply	other threads:[~2011-08-03 16:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-02 22:33 [PATCH v2] gcc: Fix setting of GLIBC_DYNAMIC_LINKER Kumar Gala
2011-08-02 23:15 ` Khem Raj
2011-08-03 16:47 ` Richard Purdie [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=1312390025.2344.699.camel@rex \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.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