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

12 lines
479 B
PHP
Raw Normal View History

2024-09-09 08:57:42 +00:00
DEFAULTTUNE ?= "armv5te"
2024-09-09 08:52:07 +00:00
require conf/machine/include/arm/arch-armv5-dsp.inc
TUNEVALID[arm926ejs] = "Enable arm926ejs specific processor optimizations"
2024-09-09 08:57:42 +00:00
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "arm926ejs", " -mtune=arm926ej-s", "", d)}"
2024-09-09 08:52:07 +00:00
AVAILTUNES += "arm926ejs"
2024-09-09 08:57:42 +00:00
ARMPKGARCH_tune-arm926ejs = "arm926ejs"
2024-09-09 08:52:07 +00:00
TUNE_FEATURES_tune-arm926ejs = "${TUNE_FEATURES_tune-armv5te} arm926ejs"
2024-09-09 08:57:42 +00:00
PACKAGE_EXTRA_ARCHS_tune-arm926ejs = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} arm926ejste"