mirror of
https://git.yoctoproject.org/poky-contrib
synced 2025-05-08 15:42:17 +08:00
arch-powerpc: Use -maltivec in compiler flags if altivec is in tune features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b9ccaa84d7
commit
ef56ca9006
@ -26,6 +26,7 @@ TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', ' -msoft-float
|
||||
TARGET_FPU .= "${@bb.utils.contains('TUNE_FEATURES', 'fpu-soft', 'soft', '', d)}"
|
||||
|
||||
TUNEVALID[altivec] = "Altivec"
|
||||
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'altivec', ' -maltivec', '', d)}"
|
||||
|
||||
# Basic tune definitions
|
||||
AVAILTUNES += "powerpc powerpc-nf powerpcle powerpcle-nf"
|
||||
|
Loading…
x
Reference in New Issue
Block a user