summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
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:13:00 +0100
commit2c9bd779b008be266072f3c6d79430f63ec02241 (patch)
tree773ba2b58fac64b46d36737cf224450e0dbd2ecc /meta/conf/machine
parent82db6bda2b60f0a4756f1d604a5dd1369fcc8a19 (diff)
downloadopenembedded-core-contrib-2c9bd779b008be266072f3c6d79430f63ec02241.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. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'meta/conf/machine')
-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 @@
+DEFAULTTUNE ?= "powerpc64"
+
+require conf/machine/include/powerpc/arch-powerpc.inc
+
TUNEVALID[m64] = "Power ELF64 standard ABI"
TUNE_CONFLICTS[m64] = "m32 nf"
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}"