summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/powerpc/arch-powerpc64.inc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-08-04 02:23:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-05 17:16:01 +0100
commit06aee01aa0b21bb1f647be731df49b480026c80f (patch)
tree1f8dad55c229e450efd4f97045f66e01d13f1f6d /meta/conf/machine/include/powerpc/arch-powerpc64.inc
parente08ea67d7f39aaf1e46150747d968bee2464b0a9 (diff)
downloadpoky-06aee01aa0b21bb1f647be731df49b480026c80f.tar.gz
tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync
Added a DEFAULTTUNE setting and included arch-powerpc.inc. This way we pick up the changes to TUNE_PKGARCH and things should be kept more in sync going forward. (From OE-Core rev: 2c9bd779b008be266072f3c6d79430f63ec02241) Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/powerpc/arch-powerpc64.inc')
-rw-r--r--meta/conf/machine/include/powerpc/arch-powerpc64.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/meta/conf/machine/include/powerpc/arch-powerpc64.inc
index a965d59645..7ef8ddc090 100644
--- a/meta/conf/machine/include/powerpc/arch-powerpc64.inc
+++ b/meta/conf/machine/include/powerpc/arch-powerpc64.inc
@@ -1,3 +1,7 @@
1DEFAULTTUNE ?= "powerpc64"
2
3require conf/machine/include/powerpc/arch-powerpc.inc
4
1TUNEVALID[m64] = "Power ELF64 standard ABI" 5TUNEVALID[m64] = "Power ELF64 standard ABI"
2TUNE_CONFLICTS[m64] = "m32 nf" 6TUNE_CONFLICTS[m64] = "m32 nf"
3TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}" 7TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}"