diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/x86/tune-x86-64-v3.inc | 2 |
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" | |||
21 | BASE_LIB:tune-x86-64-v3 = "lib64" | 21 | BASE_LIB:tune-x86-64-v3 = "lib64" |
22 | TUNE_PKGARCH:tune-x86-64-v3 = "x86-64-v3" | 22 | TUNE_PKGARCH:tune-x86-64-v3 = "x86-64-v3" |
23 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64} x86-64-v3" | 23 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64} x86-64-v3" |
24 | QEMU_EXTRAOPTIONS_x86-64-v3 = " -cpu Skylake-Client,check=false" | ||
24 | 25 | ||
25 | AVAILTUNES += "x86-64-v3-x32" | 26 | AVAILTUNES += "x86-64-v3-x32" |
26 | TUNE_FEATURES:tune-x86-64-v3-x32 = "${TUNE_FEATURES:tune-x86-64-x32} x86-64-v3" | 27 | TUNE_FEATURES:tune-x86-64-v3-x32 = "${TUNE_FEATURES:tune-x86-64-x32} x86-64-v3" |
27 | BASE_LIB:tune-x86-64-v3-x32 = "libx32" | 28 | BASE_LIB:tune-x86-64-v3-x32 = "libx32" |
28 | TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32" | 29 | TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32" |
29 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3-x32 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32} x86-64-v3-x32" | 30 | PACKAGE_EXTRA_ARCHS:tune-x86-64-v3-x32 = "${PACKAGE_EXTRA_ARCHS:tune-corei7-64-x32} x86-64-v3-x32" |
31 | QEMU_EXTRAOPTIONS_x86-64-v3-x32 = " -cpu Skylake-Client,check=false" | ||