diff options
| -rw-r--r-- | meta/conf/machine/include/tune-cortexr4.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-cortexr4.inc b/meta/conf/machine/include/tune-cortexr4.inc index d1fc607011..c8c2bfb8f8 100644 --- a/meta/conf/machine/include/tune-cortexr4.inc +++ b/meta/conf/machine/include/tune-cortexr4.inc | |||
| @@ -7,7 +7,7 @@ TUNEVALID[cortexr4] = "Enable Cortex-R4 specific processor optimizations" | |||
| 7 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "cortexr4", "-mtune=cortex-r4", "", d)}" | 7 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "cortexr4", "-mtune=cortex-r4", "", d)}" |
| 8 | 8 | ||
| 9 | TUNEVALID[armv7r] = "Enable Cortex-R4 specific processor optimizations" | 9 | TUNEVALID[armv7r] = "Enable Cortex-R4 specific processor optimizations" |
| 10 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "armv7r", "-march=armv7-m", "", d)}" | 10 | TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "armv7r", "-march=armv7-r", "", d)}" |
| 11 | 11 | ||
| 12 | AVAILTUNES += "cortexr4" | 12 | AVAILTUNES += "cortexr4" |
| 13 | TUNE_FEATURES_tune-cortexr4 = "armv7r vfp cortexr4" | 13 | TUNE_FEATURES_tune-cortexr4 = "armv7r vfp cortexr4" |
