diff options
Diffstat (limited to 'meta/conf/machine/include/tune-strongarm1100.inc')
-rw-r--r-- | meta/conf/machine/include/tune-strongarm1100.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-strongarm1100.inc b/meta/conf/machine/include/tune-strongarm1100.inc index ea2fba89fe..7b2fa8e3ab 100644 --- a/meta/conf/machine/include/tune-strongarm1100.inc +++ b/meta/conf/machine/include/tune-strongarm1100.inc | |||
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv4" | |||
3 | require conf/machine/include/arm/arch-armv4.inc | 3 | require conf/machine/include/arm/arch-armv4.inc |
4 | 4 | ||
5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" | 5 | TUNEVALID[strongarm] = "Enable Strongarm 1100 series processor optimizations" |
6 | TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "strongarm", " -mtune=strongarm1100", "", d)}" | 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'strongarm', ' -mtune=strongarm1100', '', d)}" |
7 | 7 | ||
8 | AVAILTUNES += "strongarm" | 8 | AVAILTUNES += "strongarm" |
9 | ARMPKGARCH_tune-strongarm = "strongarm" | 9 | ARMPKGARCH_tune-strongarm = "strongarm" |