diff options
Diffstat (limited to 'meta/conf/machine/include/tune-strongarm1100.inc')
-rw-r--r-- | meta/conf/machine/include/tune-strongarm1100.inc | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/meta/conf/machine/include/tune-strongarm1100.inc index 2b76069208..66bab8e495 100644 --- a/meta/conf/machine/include/tune-strongarm1100.inc +++ b/meta/conf/machine/include/tune-strongarm1100.inc | |||
@@ -1,9 +1,12 @@ | |||
1 | require conf/machine/include/arm/arch-arm.inc | 1 | DEFAULTTUNE ?= "strongarm" |
2 | 2 | ||
3 | TUNE_PKGARCH = "arm" | 3 | require conf/machine/include/arm/arch-armv4.inc |
4 | 4 | ||
5 | # This machine lists common configuration options for Strongarm 1100 devices | 5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" |
6 | # NOTE: The Zaurus Collie also has a Strongarm processor, but uses the 1110 type | 6 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "strongarm", "-mtune=strongarm1100", "", d)}" |
7 | |||
8 | AVAILTUNES += "strongarm" | ||
9 | TUNE_FEATURES_tune-strongarm = "${TUNE_FEATURES_tune-armv4} strongarm" | ||
10 | PACKAGE_EXTRA_ARCHS_tune-strongarm = "${PACKAGE_EXTRA_ARCHS_tune-armv4}" | ||
7 | 11 | ||
8 | TUNE_CCARGS = "-march=armv4 -mtune=strongarm1100" | ||
9 | 12 | ||