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" | ||||
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" | ||||
13 |