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

require conf/machine/include/x86/arch-x86.inc
require conf/machine/include/x86-base.inc
# AMD DB-FP5 64bit (Snowy Owl)
TUNEVALID[dbfp5] = "Enable AMD DB-FP5 (64 bit) specific processor optimizations"
TUNECONFLICTS[dbfp5] = "m32 mx32"
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "dbfp5", " -march=znver1", "", d)}"

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