All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Support for powerpc-gnuspe for angstrom-eglibc
@ 2009-07-20  8:44 Leon Woestenberg
  2009-07-20 14:45 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Woestenberg @ 2009-07-20  8:44 UTC (permalink / raw)
  To: openembedded-devel,
	Discussion of the angstrom distribution development

The calamari machine uses a PowerPC E500 core, which has the (GNU)SPE
ABI for it's signal processing extensions.
This is the default ABI for Linux, so let's enable it.

This should not affect any other machines and/or architectures.

Tested-by: Leon Woestenberg <leon@sidebranch.com>
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>

diff --git a/conf/distro/include/angstrom-eglibc.inc
b/conf/distro/include/angstrom-eglibc.inc
index 92e2233..e947833 100644
--- a/conf/distro/include/angstrom-eglibc.inc
+++ b/conf/distro/include/angstrom-eglibc.inc
@@ -3,6 +3,8 @@ require conf/distro/include/eglibc.inc

 TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)
in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in
['collie','h3600', 'h3800', 'simpad', 'ht

+TARGET_OS = "linux${@['','-gnuspe'][bb.data.getVar('TARGET_ARCH',d,1)
in ['ppc', 'powerpc'] and bb.data.getVar('MACHINE',d) in
['calamari']]}"
+
 #TARGET_OS = "linux-gnuspe"

 #mess with compiler flags to use -Os instead of -O2


-- 
Leon



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Support for powerpc-gnuspe for angstrom-eglibc
  2009-07-20  8:44 [PATCH] Support for powerpc-gnuspe for angstrom-eglibc Leon Woestenberg
@ 2009-07-20 14:45 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2009-07-20 14:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Discussion of the angstrom distribution development

On (20/07/09 10:44), Leon Woestenberg wrote:
> The calamari machine uses a PowerPC E500 core, which has the (GNU)SPE
> ABI for it's signal processing extensions.
> This is the default ABI for Linux, so let's enable it.
> 
> This should not affect any other machines and/or architectures.
> 
> Tested-by: Leon Woestenberg <leon@sidebranch.com>
> Signed-off-by: Leon Woestenberg <leon@sidebranch.com>

Looks good to me.

-Khem



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-20 14:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-20  8:44 [PATCH] Support for powerpc-gnuspe for angstrom-eglibc Leon Woestenberg
2009-07-20 14:45 ` Khem Raj

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.