Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | # Configurations for the Intel PXA27x Appications Processor Family. |
| 2 | # Please use tune-xscale for PXA255/PXA26x based processors. |
| 3 | |
| 4 | DEFAULTTUNE ?= "iwmmxt" |
| 5 | |
| 6 | require conf/machine/include/arm/arch-armv5-dsp.inc |
| 7 | |
| 8 | TUNEVALID[iwmmxt] = "Enable Intel PXA27x specific processor optimizations" |
| 9 | TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "iwmmxt", " -march=iwmmxt -mtune=iwmmxt", "", d)}" |
| 10 | |
| 11 | AVAILTUNES += "iwmmxt" |
| 12 | ARMPKGARCH_tune-iwmmxt = "iwmmxt" |
| 13 | TUNE_FEATURES_tune-iwmmxt = "thumb iwmmxt" |
| 14 | PACKAGE_EXTRA_ARCHS_tune-iwmmxt = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} iwmmxt iwmmxtt" |