mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-18 13:12:16 +02:00
17 lines
659 B
PHP
17 lines
659 B
PHP
DEFAULTTUNE ?= "ppce500v2"
|
|
|
|
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)}"
|
|
|
|
# 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)}"
|
|
ABIEXTENSION .= "${SPEABIEXTENSION}"
|
|
|
|
AVAILTUNES += "ppce500v2"
|
|
TUNE_FEATURES_tune-ppce500v2 = "m32 ppce500v2"
|
|
TUNE_PKGARCH_tune-ppce500v2 = "ppce500v2"
|
|
PACKAGE_EXTRA_ARCHS_tune-ppce500v2 = "ppce500v2"
|