aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-glibc.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-09 11:20:08 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-10 00:59:29 -0700
commitf2fc11bfcd4575b488f56e2cc316c7568fa15bc8 (patch)
tree7336a451e76e7899fe458cf2e02442c16fcc1f94 /conf/distro/include/angstrom-glibc.inc
parentaf8c8d14ffa9daf9f6ec19fa2d49c687cf5cff64 (diff)
downloadopenembedded-f2fc11bfcd4575b488f56e2cc316c7568fa15bc8.tar.gz
angstrom: Revert to linux-gnu triplet
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/distro/include/angstrom-glibc.inc')
-rw-r--r--conf/distro/include/angstrom-glibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-glibc.inc b/conf/distro/include/angstrom-glibc.inc
index 28c31e35b0..dae149f471 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