diff options
Diffstat (limited to 'meta/conf/machine/include/tune-mips32.inc')
-rw-r--r-- | meta/conf/machine/include/tune-mips32.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-mips32.inc b/meta/conf/machine/include/tune-mips32.inc index 03cd41123f..ae326cedf3 100644 --- a/meta/conf/machine/include/tune-mips32.inc +++ b/meta/conf/machine/include/tune-mips32.inc | |||
@@ -4,7 +4,7 @@ require conf/machine/include/mips/arch-mips.inc | |||
4 | 4 | ||
5 | TUNEVALID[mips32] = "Enable mips32 specific processor optimizations" | 5 | TUNEVALID[mips32] = "Enable mips32 specific processor optimizations" |
6 | TUNECONFLICTS[mips32] = "n64 n32" | 6 | TUNECONFLICTS[mips32] = "n64 n32" |
7 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "mips32", "-march=mips32", "", d)}" | 7 | TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "mips32", " -march=mips32", "", d)}" |
8 | 8 | ||
9 | AVAILTUNES += "mips32 mips32el mips32-nf mips32el-nf" | 9 | AVAILTUNES += "mips32 mips32el mips32-nf mips32el-nf" |
10 | 10 | ||