diff options
| -rw-r--r-- | meta-xilinx-standalone/conf/machine/cortexr5.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-standalone/conf/machine/cortexr5.conf b/meta-xilinx-standalone/conf/machine/cortexr5.conf new file mode 100644 index 00000000..48e1f125 --- /dev/null +++ b/meta-xilinx-standalone/conf/machine/cortexr5.conf | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DEFAULTTUNE ?= "cortexr5" | ||
| 2 | |||
| 3 | require conf/machine/include/arm/arch-arm.inc | ||
| 4 | |||
| 5 | TUNEVALID[cortexr5] = "Enable Cortex-r5 specific processor optimizations" | ||
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'cortexr5', ' -mcpu=cortex-r5', '', d)}" | ||
| 7 | |||
| 8 | AVAILTUNES += "cortexr5" | ||
| 9 | |||
| 10 | ARMPKGARCH_tune-cortexr5 = "cortexr5" | ||
| 11 | |||
| 12 | TUNE_FEATURES_tune-cortexr5 = "cortexr5" | ||
| 13 | #PACKAGE_EXTRA_ARCHS_tune-cortexr5 = "cortexr5" \ No newline at end of file | ||
