summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-ppce300c2.inc
blob: 27ef4a882b1fe9daa355bf5453caa9b2ab97bed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
DEFAULTTUNE ?= "ppce300c2"

require conf/machine/include/powerpc/arch-powerpc.inc

TUNEVALID[ppce300c2] = "Enable ppce300c2 specific processor optimizations"
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppce300c2", "-mcpu=e300c2", "", d)}"
TUNE_PKGARCH_tune-ppce300c2 = "ppce300c2"

AVAILTUNES += "ppce300c2"
TUNE_FEATURES_tune-ppce300c2 = "m32 fpu-soft ppce300c2"
PACKAGE_EXTRA_ARCHS_tune-ppce300c2 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} ppce300c2"