[oe-commits] Khem Raj : angstrom: Revert to linux-gnu triplet

git version control git at git.openembedded.org
Sat Oct 10 07:59:54 UTC 2009


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Oct  9 11:20:08 2009 -0700

angstrom: Revert to linux-gnu triplet

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/include/angstrom-eglibc.inc |    6 +++---
 conf/distro/include/angstrom-glibc.inc  |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc
index 47147a1..2a1b7b0 100644
--- a/conf/distro/include/angstrom-eglibc.inc
+++ b/conf/distro/include/angstrom-eglibc.inc
@@ -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
diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc
index 28c31e3..dae149f 100644
--- a/conf/distro/include/angstrom-glibc.inc
+++ b/conf/distro/include/angstrom-glibc.inc
@@ -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





More information about the Openembedded-commits mailing list