diff options
author | Koen Kooi <koen@openembedded.org> | 2007-06-12 07:58:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-06-12 07:58:44 +0000 |
commit | afca8c66a7951a86016a190d063b0d820626b4fd (patch) | |
tree | 1b2c91169ac04737c601f6f3dcdc56f63d1da78f /conf/distro/include | |
parent | e2c51316c4d0aaa08b54f20c37506a78559c31f3 (diff) |
angstrom: blackfin updates
Diffstat (limited to 'conf/distro/include')
-rw-r--r-- | conf/distro/include/angstrom-uclibc.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/distro/include/angstrom-uclibc.inc b/conf/distro/include/angstrom-uclibc.inc index c4678e66f9..0f20e9c29d 100644 --- a/conf/distro/include/angstrom-uclibc.inc +++ b/conf/distro/include/angstrom-uclibc.inc @@ -7,7 +7,8 @@ PREFERRED_PROVIDER_virtual/libintl ?= "gettext" USE_NLS ?= "no" USE_NLS_glib-2.0 = "yes" -TARGET_OS = "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']]}" +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']]}" +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 |