aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-ppce500mc.inc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-19 12:42:49 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:24:57 +0100
commit8f37792dc422f81e39e3b32df5e56d915c87216f (patch)
tree728418950dd3abea27e1e39b2ae2111b48d36743 /meta/conf/machine/include/tune-ppce500mc.inc
parent0cb68387f9aca914c603a26e85a2ea405f721f53 (diff)
downloadopenembedded-core-contrib-8f37792dc422f81e39e3b32df5e56d915c87216f.tar.gz
tune-ppce500mc: Add a tune file for PowerPC e500mc core
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/conf/machine/include/tune-ppce500mc.inc')
-rw-r--r--meta/conf/machine/include/tune-ppce500mc.inc4
1 files changed, 4 insertions, 0 deletions
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"