* [PATCH] tclibc-uclibc: Fix TARGET_OS for powerpc
@ 2011-07-22 3:18 Khem Raj
2011-07-22 16:00 ` Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2011-07-22 3:18 UTC (permalink / raw)
To: openembedded-core
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:"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] tclibc-uclibc: Fix TARGET_OS for powerpc
2011-07-22 3:18 [PATCH] tclibc-uclibc: Fix TARGET_OS for powerpc Khem Raj
@ 2011-07-22 16:00 ` Saul Wold
0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2011-07-22 16:00 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
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!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-22 16:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-22 3:18 [PATCH] tclibc-uclibc: Fix TARGET_OS for powerpc Khem Raj
2011-07-22 16:00 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox