diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-08-19 16:16:25 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-08-19 20:43:28 +0200 |
commit | 7615b8d9b8d514f16e16db6612be8abe809a0a77 (patch) | |
tree | cec45cf7a152655d6f6ed35b443d7e23bfdb7b79 | |
parent | 9a29a0aea3b419b963821d31da12e690d2bfc058 (diff) |
angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
-rw-r--r-- | conf/distro/include/angstrom-eglibc.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/distro/include/angstrom-eglibc.inc b/conf/distro/include/angstrom-eglibc.inc index 92e22332b7..e947833453 100644 --- a/conf/distro/include/angstrom-eglibc.inc +++ b/conf/distro/include/angstrom-eglibc.inc @@ -3,6 +3,8 @@ require conf/distro/include/eglibc.inc 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']]}" +TARGET_OS = "linux${@['','-gnuspe'][bb.data.getVar('TARGET_ARCH',d,1) in ['ppc', 'powerpc'] and bb.data.getVar('MACHINE',d) in ['calamari']]}" + #TARGET_OS = "linux-gnuspe" #mess with compiler flags to use -Os instead of -O2 |