- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
14 lines
437 B
HTML
14 lines
437 B
HTML
DEFAULTTUNE ?= "mcf5441x"
|
|
|
|
require conf/machine/include/m68k/arch-m68k.inc
|
|
|
|
TUNEVALID[mcf5441x] = "Enable coldfire specific processor optimizations"
|
|
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'mcf5441x', ' -mcpu=54418', '', d)}"
|
|
|
|
AVAILTUNES += "mcf5441x"
|
|
TUNE_FEATURES:tune-mcf5441x = "mcf5441x"
|
|
TUNE_ARCH:tune-mcf5441x = "mcf5441x"
|
|
TUNE_PKGARCH:tune-mcf5441x = "mcf5441x"
|
|
PACKAGE_EXTRA_ARCHS:tune-mcf5441x = "m68k mcf5441x"
|
|
|