summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexm1.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/tune-cortexm1.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexm1.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-cortexm1.inc b/meta/conf/machine/include/tune-cortexm1.inc
index e7e18e2bad..3b652796d2 100644
--- a/meta/conf/machine/include/tune-cortexm1.inc
+++ b/meta/conf/machine/include/tune-cortexm1.inc
@@ -3,7 +3,7 @@ DEFAULTTUNE ?= "armv7a"
3require conf/machine/include/arm/arch-armv7a.inc 3require conf/machine/include/arm/arch-armv7a.inc
4 4
5TUNEVALID[cortexm1] = "Enable Cortex-M1 specific processor optimizations" 5TUNEVALID[cortexm1] = "Enable Cortex-M1 specific processor optimizations"
6TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "cortexm1", "-mtune=cortex-m1", "", d)}" 6TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "cortexm1", " -mtune=cortex-m1", "", d)}"
7 7
8AVAILTUNES += "cortexm1" 8AVAILTUNES += "cortexm1"
9ARMPKGARCH_tune-cortexm1 = "cortexm1" 9ARMPKGARCH_tune-cortexm1 = "cortexm1"