summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-i586.inc
blob: afa9c92fd7ceefbd2cee1e7b63e65753592f8d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DEFAULTTUNE ?= "i586"

require conf/machine/include/ia32/arch-ia32.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} i386 i486 i586"