]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune/arch-powerpc64: include arch-powerpc.inc to keep things in sync
authorKumar Gala <galak@kernel.crashing.org>
Thu, 4 Aug 2011 07:23:47 +0000 (02:23 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 5 Aug 2011 16:13:00 +0000 (17:13 +0100)
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>
meta/conf/machine/include/powerpc/arch-powerpc64.inc

index a965d59645677535f2c08d8764083ea543c27d56..7ef8ddc090356c6b2f2b5246aae828109c3315fd 100644 (file)
@@ -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)}"