diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2009-10-30 21:24:55 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2009-12-21 22:20:50 +0100 |
commit | ee961dd30c417911edae2a0ba025e73c5a96958b (patch) | |
tree | d22153225b2ce08cee9f61ada6c82112ceea2141 /conf/distro/include/angstrom-eglibc.inc | |
parent | 205729691c0669307df0d08a7b3e2d7e3a54dcd9 (diff) |
angstrom: use eabi for armv4 and remove arm-oabi
With gcc 4.4.2 armv4 can use eabi
Diffstat (limited to 'conf/distro/include/angstrom-eglibc.inc')
-rw-r--r-- | conf/distro/include/angstrom-eglibc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc index 69a5b23111..6a1f93bfb6 100644 --- a/conf/distro/include/angstrom-eglibc.inc +++ b/conf/distro/include/angstrom-eglibc.inc @@ -5,7 +5,7 @@ ANGSTROM_BLACKLIST_pn-libiconv = "the glibc builtin iconv replacement is used" TARGET_OS = "linux" -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 .= "${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" TARGET_OS .= "${@['','-gnuspe'][bb.data.getVar('TARGET_ARCH',d,1) in ['ppc', 'powerpc'] and bb.data.getVar('MACHINE',d) in ['calamari']]}" #TARGET_OS = "linux-gnuspe" |