diff options
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.inc | 4 |
1 files changed, 2 insertions, 2 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 254f03c590..49f0dd0013 100644 --- a/meta/conf/machine/include/x86/tune-x86-64-v3.inc +++ b/meta/conf/machine/include/x86/tune-x86-64-v3.inc | |||
| @@ -21,11 +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 | QEMU_EXTRAOPTIONS:tune-x86-64-v3 = " -cpu Skylake-Client,check=false" |
| 25 | 25 | ||
| 26 | AVAILTUNES += "x86-64-v3-x32" | 26 | AVAILTUNES += "x86-64-v3-x32" |
| 27 | 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" |
| 28 | BASE_LIB:tune-x86-64-v3-x32 = "libx32" | 28 | BASE_LIB:tune-x86-64-v3-x32 = "libx32" |
| 29 | TUNE_PKGARCH:tune-x86-64-v3-x32 = "x86-64-v3-x32" | 29 | TUNE_PKGARCH:tune-x86-64-v3-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" | 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" | 31 | QEMU_EXTRAOPTIONS:tune-x86-64-v3-x32 = " -cpu Skylake-Client,check=false" |
