aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amd-bsp/conf/machine/include/tune-amd64.inc
blob: 83b6089e8b7c5bcc97eb799a0cfec681a7eb5f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DEFAULTTUNE ?= "amd64"

require conf/machine/include/x86/arch-x86.inc
require conf/machine/include/x86-base.inc

# AMD x86 64-bit
TUNEVALID[amd64] = "Enable AMD x86 (64 bit) specific processor optimizations"
TUNECONFLICTS[amd64] = "m32 mx32"

# Extra tune selections
AVAILTUNES += "amd64"
TUNE_FEATURES_tune-amd64 = "m64"
BASE_LIB_tune-amd64 = "lib64"
TUNE_PKGARCH_tune-amd64 = "amd64"
PACKAGE_EXTRA_ARCHS_tune-amd64 = "${TUNE_PKGARCH_tune-amd64}"