From: Leon Woestenberg Date: Wed, 19 Aug 2009 14:16:25 +0000 (+0200) Subject: angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines. X-Git-Tag: Release-2010-05/1~2661 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7615b8d9b8d514f16e16db6612be8abe809a0a77;p=openembedded.git angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines. Signed-off-by: Leon Woestenberg --- diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc index 92e22332b7..e947833453 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