mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 lines
474 B
C++
12 lines
474 B
C++
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)}"
|
|
|
|
AVAILTUNES += "ppce300c2"
|
|
TUNE_FEATURES:tune-ppce300c2 = "m32 fpu-soft ppce300c2 bigendian"
|
|
TUNE_PKGARCH:tune-ppce300c2 = "ppce300c2"
|
|
PACKAGE_EXTRA_ARCHS:tune-ppce300c2 = "${PACKAGE_EXTRA_ARCHS:tune-powerpc-nf} ppce300c2"
|