summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-ppce300c2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-ppce300c2.inc')
-rw-r--r--meta/conf/machine/include/tune-ppce300c2.inc12
1 files changed, 9 insertions, 3 deletions
diff --git a/meta/conf/machine/include/tune-ppce300c2.inc b/meta/conf/machine/include/tune-ppce300c2.inc
index a38e97c18b..bad2611ca5 100644
--- a/meta/conf/machine/include/tune-ppce300c2.inc
+++ b/meta/conf/machine/include/tune-ppce300c2.inc
@@ -1,5 +1,11 @@
1DEFAULTTUNE ?= "ppce300c2"
2
1require conf/machine/include/powerpc/arch-powerpc.inc 3require conf/machine/include/powerpc/arch-powerpc.inc
2 4
3TUNE_CCARGS = "-mcpu=e300c2 -msoft-float" 5TUNEVALID[ppce300c2] = "Enable ppce300c2 specific processor optimizations"
4TUNE_PKGARCH = "ppce300" 6TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppce300c2", "-mcpu=e300c2", "", d)}"
5PACKAGE_EXTRA_ARCHS = "powerpc ppce300" 7TUNE_PKGARCH = "${@bb.utils.contains("TUNE_FEATURES", "ppce300c2", "ppce300c2", "${TUNE_ARCH}", d)}"
8
9AVAILTUNES += "ppce300c2"
10TUNE_FEATURES_tune-ppce300c2 = "m32 fpu-soft ppce300c2"
11PACKAGE_EXTRA_ARCHS_tune-ppce300c2 = "powerpc-nf ppce300c2"