summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2008-07-25 08:26:10 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2008-07-25 08:26:10 +0000
commitd6bc4e97a03ac861f27cb3a2afafa374ccebe6ae (patch)
tree0726258f7ef2e56d5f562e7381980ea8c5c1f75b
parent79730b88fe5c5966beac2cd348080b57b9cf192f (diff)
downloadopenembedded-d6bc4e97a03ac861f27cb3a2afafa374ccebe6ae.tar.gz
angtrom-uclibc: revert the TARGET_OS set for now
* somehow TARGET_OS ?= do not set the variable will stick with TARGET_OS otherwise no angstrom-uclibc builds
-rw-r--r--conf/distro/include/angstrom-uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc
index cc2c3b100d..4b68293faf 100644
--- a/conf/distro/include/angstrom-uclibc.inc
+++ b/conf/distro/include/angstrom-uclibc.inc
@@ -14,7 +14,7 @@ USE_NLS ?= "no"
USE_NLS_glib-2.0 = "yes"
TARGET_OS_UC = "linux${@['-uclibc','-uclibcgnueabi'][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 ?= "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d) in ['bfin']]}"
+TARGET_OS = "${@['${TARGET_OS_UC}', 'uclinux-uclibc'][bb.data.getVar('TARGET_ARCH',d) in ['bfin']]}"
#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