summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/x86/tune-x86-64-v3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/machine/include/x86/tune-x86-64-v3.inc')
-rw-r--r--meta/conf/machine/include/x86/tune-x86-64-v3.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/x86/tune-x86-64-v3.inc b/meta/conf/machine/include/x86/tune-x86-64-v3.inc
index 267c12ff50..254f03c590 100644
--- a/meta/conf/machine/include/x86/tune-x86-64-v3.inc
+++ b/meta/conf/machine/include/x86/tune-x86-64-v3.inc
@@ -21,9 +21,11 @@ TUNE_FEATURES:tune-x86-64-v3 = "${TUNE_FEATURES:tune-x86-64} x86-64-v3"
21BASE_LIB:tune-x86-64-v3 = "lib64" 21BASE_LIB:tune-x86-64-v3 = "lib64"
22TUNE_PKGARCH:tune-x86-64-v3 = "x86-64-v3" 22TUNE_PKGARCH:tune-x86-64-v3 = "x86-64-v3"
23PACKAGE_EXTRA_ARCHS:tune-x86-64-v3 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64} x86-64-v3" 23PACKAGE_EXTRA_ARCHS:tune-x86-64-v3 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64} x86-64-v3"
24QEMU_EXTRAOPTIONS_x86-64-v3 = " -cpu Skylake-Client,check=false"
24 25
25AVAILTUNES += "x86-64-v3-x32" 26AVAILTUNES += "x86-64-v3-x32"
26TUNE_FEATURES:tune-x86-64-v3-x32 = "${TUNE_FEATURES:tune-x86-64-x32} x86-64-v3" 27TUNE_FEATURES:tune-x86-64-v3-x32 = "${TUNE_FEATURES:tune-x86-64-x32} x86-64-v3"
27BASE_LIB:tune-x86-64-v3-x32 = "libx32" 28BASE_LIB:tune-x86-64-v3-x32 = "libx32"
28TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32" 29TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32"
29PACKAGE_EXTRA_ARCHS:tune-x86-64-v3-x32 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32} x86-64-v3-x32" 30PACKAGE_EXTRA_ARCHS:tune-x86-64-v3-x32 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32} x86-64-v3-x32"
31QEMU_EXTRAOPTIONS_x86-64-v3-x32 = " -cpu Skylake-Client,check=false"