aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-ppce500.inc
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-02-27 13:38:51 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 12:14:52 +0000
commit12f0a0d3e1afe90633c8b95d36670ab0f156e912 (patch)
tree155f353c062267062587d9df895fd62b1ff91a60 /meta/conf/machine/include/tune-ppce500.inc
parent785962440131f993b912d26cba39dc7ffc91aad4 (diff)
downloadopenembedded-core-contrib-12f0a0d3e1afe90633c8b95d36670ab0f156e912.tar.gz
tune-ppc*.inc: update to use new default value for TUNE_PKGARCH
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'meta/conf/machine/include/tune-ppce500.inc')
-rw-r--r--meta/conf/machine/include/tune-ppce500.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-ppce500.inc b/meta/conf/machine/include/tune-ppce500.inc
index 709e14f482..1326720834 100644
--- a/meta/conf/machine/include/tune-ppce500.inc
+++ b/meta/conf/machine/include/tune-ppce500.inc
@@ -4,7 +4,7 @@ require conf/machine/include/powerpc/arch-powerpc.inc
TUNEVALID[ppce500] = "Enable ppce500 specific processor optimizations"
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppce500", "-mcpu=8540", "", d)}"
-TUNE_PKGARCH = "${@bb.utils.contains("TUNE_FEATURES", "ppce500", "ppce500", "${PPCPKGARCH}", d)}"
+TUNE_PKGARCH_tune-ppce500 = "ppce500"
TUNEVALID[spe] = "Enable SPE ABI extensions"
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "spe", "-mabi=spe -mspe", "", d)}"