angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.
authorLeon Woestenberg <leon@sidebranch.com>
Wed, 19 Aug 2009 14:16:25 +0000 (16:16 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Wed, 19 Aug 2009 18:43:28 +0000 (20:43 +0200)
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
conf/distro/include/angstrom-eglibc.inc

index 92e2233..e947833 100644 (file)
@@ -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