From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] tclibc-uclibc: Fix TARGET_OS for powerpc
Date: Fri, 22 Jul 2011 09:00:33 -0700 [thread overview]
Message-ID: <4E299EA1.5060005@linux.intel.com> (raw)
In-Reply-To: <1311304709-6156-1-git-send-email-raj.khem@gmail.com>
On 07/21/2011 08:18 PM, Khem Raj wrote:
> 1a9ae8ea8c0540d41b8ff4d95c0420d6df754634 removed -uclibc
> hence it got all wrong for powerpc. uclibc TARGET_OS
> for classic ppc is linux-uclibc and for ppc w/ SPE its
> linux-uclibcspe
>
> Signed-off-by: Khem Raj<raj.khem@gmail.com>
> ---
> meta/conf/distro/include/tclibc-uclibc.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/distro/include/tclibc-uclibc.inc b/meta/conf/distro/include/tclibc-uclibc.inc
> index 2ccda5b..7c06654 100644
> --- a/meta/conf/distro/include/tclibc-uclibc.inc
> +++ b/meta/conf/distro/include/tclibc-uclibc.inc
> @@ -5,7 +5,7 @@
> TARGET_OS = "linux-uclibc"
> TARGET_OS_arm = "linux-uclibceabi"
> TARGET_OS_armeb = "linux-uclibceabi"
> -TARGET_OS_powerpc = "linux${@['','-gnuspe'][bb.data.getVar('TARGET_FPU',d,1) in ['ppc-efd', 'ppc-efs']]}"
> +TARGET_OS_powerpc = "linux-uclibc${@['','spe'][bb.data.getVar('TARGET_FPU',d,1) in ['ppc-efd', 'ppc-efs']]}"
>
> # Add uclibc overrides to the overrides.
> OVERRIDES =. "libc-uclibc:"
Merged into OE-Core
Thanks
Sau!
prev parent reply other threads:[~2011-07-22 16:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-22 3:18 [PATCH] tclibc-uclibc: Fix TARGET_OS for powerpc Khem Raj
2011-07-22 16:00 ` Saul Wold [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=4E299EA1.5060005@linux.intel.com \
--to=sgw@linux.intel.com \
--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