aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-uclinux-uclibc.inc
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2009-10-30 21:24:55 +0100
committerThomas Kunze <thommycheck@gmx.de>2009-11-02 23:56:59 +0100
commitafa006cd91c93bff03be0f4477a0f1cf5a1c9f28 (patch)
tree8acc2b210113e53ed401221b50cb1e6541347c9a /conf/distro/include/angstrom-uclinux-uclibc.inc
parent0e9b71b72a5427bb8c863d639eef030be398099d (diff)
downloadopenembedded-afa006cd91c93bff03be0f4477a0f1cf5a1c9f28.tar.gz
angstrom: use eabi for armv4 and remove arm-oabithesing/arm4-eabi-angstrom
With gcc 4.4.2 armv4 can use eabi
Diffstat (limited to 'conf/distro/include/angstrom-uclinux-uclibc.inc')
-rw-r--r--conf/distro/include/angstrom-uclinux-uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-uclinux-uclibc.inc b/conf/distro/include/angstrom-uclinux-uclibc.inc
index ad499f7b67..92b8d8ba7e 100644
--- a/conf/distro/include/angstrom-uclinux-uclibc.inc
+++ b/conf/distro/include/angstrom-uclinux-uclibc.inc
@@ -6,7 +6,7 @@ USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
USE_NLS_gcc-cross = "no"
-TARGET_OS_UC = "uclinux${@['-uclibc','-uclibceabi'][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_UC = "uclinux${@['-uclibc','-uclibceabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}"
#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