mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
(From OE-Core rev: 789dcb8e68a2ab9784ac10ab36815010c61af2fc) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
428 B
PHP
13 lines
428 B
PHP
DEFAULTTUNE ?= "strongarm"
|
|
|
|
require conf/machine/include/arm/arch-armv4.inc
|
|
|
|
TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations"
|
|
TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "strongarm", "-mtune=strongarm1100", "", d)}"
|
|
|
|
AVAILTUNES += "strongarm"
|
|
TUNE_FEATURES_tune-strongarm = "${TUNE_FEATURES_tune-armv4} strongarm"
|
|
PACKAGE_EXTRA_ARCHS_tune-strongarm = "${PACKAGE_EXTRA_ARCHS_tune-armv4}"
|
|
|
|
|