]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-ppce500mc: Add a tune file for PowerPC e500mc core
authorKumar Gala <galak@kernel.crashing.org>
Tue, 19 Jul 2011 17:42:49 +0000 (12:42 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2011 14:24:57 +0000 (15:24 +0100)
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
meta/conf/machine/include/tune-ppce500mc.inc [new file with mode: 0644]

diff --git a/meta/conf/machine/include/tune-ppce500mc.inc b/meta/conf/machine/include/tune-ppce500mc.inc
new file mode 100644 (file)
index 0000000..763ec1a
--- /dev/null
@@ -0,0 +1,4 @@
+TARGET_CC_ARCH = "-mcpu=e500mc"
+BASE_PACKAGE_ARCH = "ppce500mc"
+FEED_ARCH = "ppce500mc"
+PACKAGE_EXTRA_ARCHS = "powerpc ppce500mc"