diff options
Diffstat (limited to 'meta/conf/machine/include/arm/arch-armv4.inc')
-rw-r--r-- | meta/conf/machine/include/arm/arch-armv4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/arm/arch-armv4.inc b/meta/conf/machine/include/arm/arch-armv4.inc index 5940467ae5..c33c81690c 100644 --- a/meta/conf/machine/include/arm/arch-armv4.inc +++ b/meta/conf/machine/include/arm/arch-armv4.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | DEFAULTTUNE ?= "armv4" | 1 | DEFAULTTUNE ?= "armv4" |
2 | 2 | ||
3 | TUNEVALID[armv4] = "Enable instructions for ARMv4" | 3 | TUNEVALID[armv4] = "Enable instructions for ARMv4" |
4 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "armv4", "-march=armv4${ARMPKGSFX_THUMB}", "", d)}" | 4 | TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "armv4", " -march=armv4${ARMPKGSFX_THUMB}", "", d)}" |
5 | # enable --fix-v4bx when we have armv4 in TUNE_FEATURES, but then disable it when we have also armv5 or thumb | 5 | # enable --fix-v4bx when we have armv4 in TUNE_FEATURES, but then disable it when we have also armv5 or thumb |
6 | # maybe we should extend bb.utils.contains to support check for any checkvalues in value, now it does | 6 | # maybe we should extend bb.utils.contains to support check for any checkvalues in value, now it does |
7 | # checkvalues.issubset(val) which cannot be used for negative test of foo neither bar in value | 7 | # checkvalues.issubset(val) which cannot be used for negative test of foo neither bar in value |