From: Kumar Gala Date: Tue, 19 Jul 2011 17:41:34 +0000 (-0500) Subject: tune-ppce500v2: Add a tune file for PowerPC e500v2 cores X-Git-Tag: 2011-1~702 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1448b6381b2039d0da7ab06c522d973bd8126747;p=openembedded-core.git tune-ppce500v2: Add a tune file for PowerPC e500v2 cores Signed-off-by: Kumar Gala --- diff --git a/meta/conf/machine/include/tune-ppce500v2.inc b/meta/conf/machine/include/tune-ppce500v2.inc new file mode 100644 index 0000000000..d76dbc9a20 --- /dev/null +++ b/meta/conf/machine/include/tune-ppce500v2.inc @@ -0,0 +1,4 @@ +TARGET_CC_ARCH = "-mcpu=8548 -mabi=spe -mspe" +BASE_PACKAGE_ARCH = "ppce500v2" +FEED_ARCH = "ppce500v2" +PACKAGE_EXTRA_ARCHS = "powerpc ppce500v2"