All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/2] binutils-cross-canadian: Allow ld-is-gold
Date: Thu, 05 Jan 2012 12:15:05 -0800	[thread overview]
Message-ID: <4F0604C9.1070208@linux.intel.com> (raw)
In-Reply-To: <1325640237-17019-1-git-send-email-derek.buitenhuis@gmail.com>

On 01/03/2012 05:23 PM, Derek Buitenhuis wrote:
> In order to actually generate a toolchain (with
> bitbake meta-toolchain) that supports gold, binutils-
> cross-canadian also needs to be built this way.
>
> Signed-off-by: Derek Buitenhuis<derek.buitenhuis@gmail.com>
> ---
>   .../binutils/binutils-cross-canadian.inc           |    3 ++-
>   1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> index b1cee67..00648a6 100644
> --- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> @@ -7,7 +7,8 @@ BPN = "binutils"
>   DEPENDS = "flex-native bison-native virtual/${HOST_PREFIX}gcc-crosssdk virtual/libc-nativesdk zlib-nativesdk gettext-nativesdk"
>   EXTRA_OECONF = "--with-sysroot=${SDKPATH}/sysroots/${TUNE_PKGARCH}${TARGET_VENDOR}-${TARGET_OS} \
>                   --program-prefix=${TARGET_PREFIX} \
> -                --disable-werror"
> +                --disable-werror \
> +                ${@base_contains('DISTRO_FEATURES', 'ld-is-gold', '--enable-gold=default', '', d)}"
>
>   do_install () {
>   	autotools_do_install

Merged into OE-Core

In the future for OE-Core (meta/*) changes please send them to 
openembedded-core@lists.openembedded.org

Thanks
	Sau!


  parent reply	other threads:[~2012-01-05 20:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-04  1:23 [PATCH 1/2] binutils-cross-canadian: Allow ld-is-gold Derek Buitenhuis
2012-01-04  1:23 ` [PATCH 2/2] binutils: Allow plugins Derek Buitenhuis
2012-01-06 21:48   ` Derek Buitenhuis
2012-01-06 22:31   ` Saul Wold
2012-01-21 22:58   ` Khem Raj
2012-01-22 18:41     ` Derek Buitenhuis
2012-01-05 20:15 ` Saul Wold [this message]
2012-01-05 20:33   ` [PATCH 1/2] binutils-cross-canadian: Allow ld-is-gold Derek Buitenhuis
2012-01-22 18:41 ` [PATCH 2/2 v2] binutils: Always enable plugins Derek Buitenhuis
2012-01-22 18:57   ` Khem Raj
2012-01-22 19:01     ` Derek Buitenhuis
2012-01-22 19:05       ` Khem Raj
2012-02-02  2:08     ` Derek Buitenhuis
2012-02-02  5:04       ` Khem Raj
2012-04-29 17:56         ` Derek Buitenhuis
2012-04-30 14:36           ` Saul Wold
2012-04-30 15:52           ` Koen Kooi

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=4F0604C9.1070208@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=derek.buitenhuis@gmail.com \
    --cc=poky@yoctoproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.