angstrom: Revert to linux-gnu triplet
authorKhem Raj <raj.khem@gmail.com>
Fri, 9 Oct 2009 18:20:08 +0000 (11:20 -0700)
committerKhem Raj <raj.khem@gmail.com>
Sat, 10 Oct 2009 07:59:29 +0000 (00:59 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/include/angstrom-eglibc.inc
conf/distro/include/angstrom-glibc.inc

index 47147a1..2a1b7b0 100644 (file)
@@ -3,10 +3,10 @@ require conf/distro/include/eglibc.inc
 
 TARGET_OS = "linux"
 
-TARGET_OS .= "${@['','eabi'][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 .= "${@['','spe'][bb.data.getVar('TARGET_ARCH',d,1) in ['ppc', 'powerpc'] and bb.data.getVar('MACHINE',d) in ['calamari']]}"
+TARGET_OS .= "${@['','-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 .= "${@['','-gnuspe'][bb.data.getVar('TARGET_ARCH',d,1) in ['ppc', 'powerpc'] and bb.data.getVar('MACHINE',d) in ['calamari']]}"
 
-#TARGET_OS = "linux-spe"
+#TARGET_OS = "linux-gnuspe"
 
 #mess with compiler flags to use -Os instead of -O2
 #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info
index 28c31e3..dae149f 100644 (file)
@@ -4,7 +4,7 @@ require conf/distro/include/glibc.inc
 PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers"
 
 TARGET_OS = "linux"
-TARGET_OS .= "${@['','eabi'][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 .= "${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad', 'htcwallaby']]}"
 
 #mess with compiler flags to use -Os instead of -O2
 #Please see http://free-electrons.com/doc/embedded_linux_optimizations/img47.html for some more info