aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom-glibc.inc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-07-03 08:55:16 +0000
committerKoen Kooi <koen@openembedded.org>2007-07-03 08:55:16 +0000
commit15e40995fabf649293ab1564547fb20c0d441f46 (patch)
tree24be8643c48befb4add12bd80a314a31faf88a96 /conf/distro/include/angstrom-glibc.inc
parenta5a80e85898ba2672b1f68f2e1c202f377659503 (diff)
downloadopenembedded-15e40995fabf649293ab1564547fb20c0d441f46.tar.gz
angstrom: add support for htcwallaby and htctornado
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 fdc814c49c..957042d7e4 100644
--- a/conf/distro/include/angstrom-glibc.inc
+++ b/conf/distro/include/angstrom-glibc.inc
@@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/libiconv ?= "glibc"
PREFERRED_PROVIDER_virtual/libintl ?= "glibc"
PREFERRED_PROVIDER_virtual/libc ?= "glibc"
-TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb'] and bb.data.getVar('MACHINE',d) not in ['collie','h3600', 'h3800', 'simpad']]}"
+TARGET_OS = "linux${@['','-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