M7350/oe-core/meta/conf/machine/include/tune-ppce300c2.inc

12 lines
464 B
PHP
Raw Normal View History

2024-09-09 08:52:07 +00:00
DEFAULTTUNE ?= "ppce300c2"
require conf/machine/include/powerpc/arch-powerpc.inc
TUNEVALID[ppce300c2] = "Enable ppce300c2 specific processor optimizations"
2024-09-09 08:57:42 +00:00
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "ppce300c2", " -mcpu=e300c2", "", d)}"
2024-09-09 08:52:07 +00:00
AVAILTUNES += "ppce300c2"
TUNE_FEATURES_tune-ppce300c2 = "m32 fpu-soft ppce300c2"
2024-09-09 08:57:42 +00:00
TUNE_PKGARCH_tune-ppce300c2 = "ppce300c2"
2024-09-09 08:52:07 +00:00
PACKAGE_EXTRA_ARCHS_tune-ppce300c2 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} ppce300c2"