diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-08-04 02:23:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-05 17:16:01 +0100 |
commit | 06aee01aa0b21bb1f647be731df49b480026c80f (patch) | |
tree | 1f8dad55c229e450efd4f97045f66e01d13f1f6d /meta/conf/machine/include/powerpc | |
parent | e08ea67d7f39aaf1e46150747d968bee2464b0a9 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/machine/include/powerpc/arch-powerpc64.inc | 4 |
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 @@ | |||
1 | DEFAULTTUNE ?= "powerpc64" | ||
2 | |||
3 | require conf/machine/include/powerpc/arch-powerpc.inc | ||
4 | |||
1 | TUNEVALID[m64] = "Power ELF64 standard ABI" | 5 | TUNEVALID[m64] = "Power ELF64 standard ABI" |
2 | TUNE_CONFLICTS[m64] = "m32 nf" | 6 | TUNE_CONFLICTS[m64] = "m32 nf" |
3 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}" | 7 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}" |