From: Kumar Gala Date: Tue, 19 Jul 2011 17:42:49 +0000 (-0500) Subject: tune-ppce500mc: Add a tune file for PowerPC e500mc core X-Git-Tag: 2011-1~699 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f37792dc422f81e39e3b32df5e56d915c87216f;p=openembedded-core.git tune-ppce500mc: Add a tune file for PowerPC e500mc core Signed-off-by: Kumar Gala --- diff --git a/meta/conf/machine/include/tune-ppce500mc.inc b/meta/conf/machine/include/tune-ppce500mc.inc new file mode 100644 index 0000000000..763ec1a775 --- /dev/null +++ b/meta/conf/machine/include/tune-ppce500mc.inc @@ -0,0 +1,4 @@ +TARGET_CC_ARCH = "-mcpu=e500mc" +BASE_PACKAGE_ARCH = "ppce500mc" +FEED_ARCH = "ppce500mc" +PACKAGE_EXTRA_ARCHS = "powerpc ppce500mc"