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