diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/powerpc/arch-powerpc64.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/powerpc/arch-powerpc64.inc b/meta/conf/machine/include/powerpc/arch-powerpc64.inc index a99f18d479..e55910c698 100644 --- a/meta/conf/machine/include/powerpc/arch-powerpc64.inc +++ b/meta/conf/machine/include/powerpc/arch-powerpc64.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | TUNEVALID[m64] = "Power ELF64 standard ABI" | 1 | TUNEVALID[m64] = "Power ELF64 standard ABI" |
2 | TUNE_CONFLICTS[m64] = "m32" | 2 | TUNE_CONFLICTS[m64] = "m32" |
3 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "n64", "-m64", "", d)}" | 3 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "m64", "-m64", "", d)}" |
4 | TUNE_ARCH .= "${@bb.utils.contains("TUNE_FEATURES", [ "m64" ], "powerpc64", "", d)}" | 4 | TUNE_ARCH .= "${@bb.utils.contains("TUNE_FEATURES", [ "m64" ], "powerpc64", "", d)}" |
5 | 5 | ||
6 | AVAILTUNES += "powerpc64 powerpc64-nf" | 6 | AVAILTUNES += "powerpc64 powerpc64-nf" |