Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | DEFAULTTUNE ?= "mcf5441x" |
| 2 | |
| 3 | require conf/machine/include/m68k/arch-m68k.inc |
| 4 | |
| 5 | TUNEVALID[mcf5441x] = "Enable coldfire specific processor optimizations" |
| 6 | TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}" |
| 7 | |
| 8 | AVAILTUNES += "mcf5441x" |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 9 | TUNE_FEATURES:tune-mcf5441x = "mcf5441x" |
| 10 | TUNE_ARCH:tune-mcf5441x = "mcf5441x" |
| 11 | TUNE_PKGARCH:tune-mcf5441x = "mcf5441x" |
| 12 | PACKAGE_EXTRA_ARCHS:tune-mcf5441x = "m68k mcf5441x" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 13 | |