diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-25 08:26:10 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2008-07-25 08:26:10 +0000 |
commit | d6bc4e97a03ac861f27cb3a2afafa374ccebe6ae (patch) | |
tree | 0726258f7ef2e56d5f562e7381980ea8c5c1f75b /conf/distro | |
parent | 79730b88fe5c5966beac2cd348080b57b9cf192f (diff) |
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
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/include/angstrom-uclibc.inc | 2 |
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 |