diff options
Diffstat (limited to 'meta/conf/machine/include/tune-iwmmxt.inc')
| -rw-r--r-- | meta/conf/machine/include/tune-iwmmxt.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/conf/machine/include/tune-iwmmxt.inc b/meta/conf/machine/include/tune-iwmmxt.inc index 14f59555a0..113d89f565 100644 --- a/meta/conf/machine/include/tune-iwmmxt.inc +++ b/meta/conf/machine/include/tune-iwmmxt.inc | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | # Please use tune-xscale for PXA255/PXA26x based processors. | 2 | # Please use tune-xscale for PXA255/PXA26x based processors. |
| 3 | 3 | ||
| 4 | DEFAULTTUNE ?= "iwmmxt" | 4 | DEFAULTTUNE ?= "iwmmxt" |
| 5 | ARMPKGARCH ?= "iwmmxt" | ||
| 6 | 5 | ||
| 7 | require conf/machine/include/arm/arch-armv5-dsp.inc | 6 | require conf/machine/include/arm/arch-armv5-dsp.inc |
| 8 | 7 | ||
| @@ -10,7 +9,6 @@ TUNEVALID[iwmmxt] = "Enable Intel PXA27x specific processor optimizations" | |||
| 10 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "iwmmxt", "-march=iwmmxt -mtune=iwmmxt", "", d)}" | 9 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "iwmmxt", "-march=iwmmxt -mtune=iwmmxt", "", d)}" |
| 11 | 10 | ||
| 12 | AVAILTUNES += "iwmmxt" | 11 | AVAILTUNES += "iwmmxt" |
| 12 | ARMPKGARCH_tune-iwmmxt = "iwmmxt" | ||
| 13 | TUNE_FEATURES_tune-iwmmxt = "thumb iwmmxt" | 13 | TUNE_FEATURES_tune-iwmmxt = "thumb iwmmxt" |
| 14 | PACKAGE_EXTRA_ARCHS_tune-iwmmxt = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} iwmmxt" | 14 | PACKAGE_EXTRA_ARCHS_tune-iwmmxt = "${PACKAGE_EXTRA_ARCHS_tune-armv5te} iwmmxt" |
| 15 | |||
| 16 | |||
