summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/powerpc/tune-ppce500mc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/powerpc/tune-ppce500mc.inc')
-rw-r--r--meta/conf/machine/include/powerpc/tune-ppce500mc.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/conf/machine/include/powerpc/tune-ppce500mc.inc b/meta/conf/machine/include/powerpc/tune-ppce500mc.inc
new file mode 100644
index 0000000000..036f8b2631
--- /dev/null
+++ b/meta/conf/machine/include/powerpc/tune-ppce500mc.inc
@@ -0,0 +1,14 @@
1DEFAULTTUNE ?= "ppce500mc"
2
3require conf/machine/include/powerpc/arch-powerpc.inc
4
5TUNEVALID[ppce500mc] = "Enable ppce500mc specific processor optimizations"
6TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'ppce500mc', ' -mcpu=e500mc', '', d)}"
7
8AVAILTUNES += "ppce500mc"
9TUNE_FEATURES:tune-ppce500mc = "m32 fpu-hard ppce500mc bigendian"
10TUNE_PKGARCH:tune-ppce500mc = "ppce500mc"
11PACKAGE_EXTRA_ARCHS:tune-ppce500mc = "${PACKAGE_EXTRA_ARCHS:tune-powerpc} ppce500mc"
12
13# pass -mcpu=e500mc for ppce500mc kernel cross compile
14TARGET_CC_KERNEL_ARCH = "-mcpu=e500mc"