mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
tune-ppce500v2: resurrect TARGET_FPU since khem fixed e500v2.inc
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -5,6 +5,9 @@ require conf/machine/include/powerpc/arch-powerpc.inc
|
||||
TUNEVALID[ppce500v2] = "Enable ppce500v2 specific processor optimizations"
|
||||
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppce500v2", "-te500v2", "", d)}"
|
||||
|
||||
# Note that SPE is implied by the ppce500v2 feature
|
||||
TARGET_FPU .= "${@bb.utils.contains("TUNE_FEATURES", "ppce500v2", "ppc-efd", "", d)}"
|
||||
|
||||
# spe is defined potentially in two places, so we want to be sure it will
|
||||
# only write spe once to the ABIEXTENSIONS field.
|
||||
SPEABIEXTENSION = "${@bb.utils.contains("TUNE_FEATURES", "ppce500v2", "spe", "", d)}"
|
||||
|
||||
Reference in New Issue
Block a user