diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-07-25 11:28:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-07-25 11:28:04 +0000 |
commit | a0a8127e2c74b23889e63ad749f8d9949f1fca2b (patch) | |
tree | 39b6466184e2480a141bbae6e751bde7f2dbe184 /conf | |
parent | 208af423541601a2a24d128ceac95ccfe2c2cc61 (diff) | |
parent | b682d86e68326fdb6d23537bb3bddb053cba492d (diff) |
merge of '014e04809d6848b8f7c4ce43e57a9e89857ed8c9'
and '312397dbc5a5ae102fde8714c41666b07b74ee8a'
Diffstat (limited to 'conf')
-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 |