mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
conf/machine: replace TUNE_CONFLICTS with TUNECONFLICTS
* it wasn't consistent with other machine configs * reported 2 months ago.. http://lists.linuxtogo.org/pipermail/openembedded-core/2012-May/022154.html (From OE-Core rev: 3fec966531059b4b21f40be3b22a60edf88c5190) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
eb0cb7e823
commit
1f7f9258c4
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "powerpc64"
|
||||
require conf/machine/include/powerpc/arch-powerpc.inc
|
||||
|
||||
TUNEVALID[m64] = "Power ELF64 standard ABI"
|
||||
TUNE_CONFLICTS[m64] = "m32 nf"
|
||||
TUNECONFLICTS[m64] = "m32 nf"
|
||||
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}"
|
||||
TUNE_ARCH .= "${@bb.utils.contains("TUNE_FEATURES", [ "m64" ], "powerpc64", "", d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user