- 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)
15 lines
479 B
PHP
15 lines
479 B
PHP
DEFAULTTUNE ?= "i586"
|
|
|
|
require conf/machine/include/x86/arch-x86.inc
|
|
|
|
# Extra tune features
|
|
TUNEVALID[i586] = "Enable i586 specific processor optimizations"
|
|
TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i586', ' -march=i586', '', d)}"
|
|
|
|
# Extra tune selections
|
|
AVAILTUNES += "i586"
|
|
TUNE_FEATURES:tune-i586 = "${TUNE_FEATURES:tune-x86} i586"
|
|
BASE_LIB:tune-i586 = "lib"
|
|
TUNE_PKGARCH:tune-i586 = "i586"
|
|
PACKAGE_EXTRA_ARCHS:tune-i586 = "${PACKAGE_EXTRA_ARCHS:tune-x86} i586"
|