[oe-commits] Leon Woestenberg : angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.

git version control git at git.openembedded.org
Wed Aug 19 18:43:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 7615b8d9b8d514f16e16db6612be8abe809a0a77
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7615b8d9b8d514f16e16db6612be8abe809a0a77

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Wed Aug 19 16:16:25 2009 +0200

angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.

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

---

 conf/distro/include/angstrom-eglibc.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

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', 'htcwallaby']]}"
 
+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





More information about the Openembedded-commits mailing list