From 7615b8d9b8d514f16e16db6612be8abe809a0a77 Mon Sep 17 00:00:00 2001 From: Leon Woestenberg Date: Wed, 19 Aug 2009 16:16:25 +0200 Subject: [PATCH] angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines. Signed-off-by: Leon Woestenberg --- conf/distro/include/angstrom-eglibc.inc | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5