diff options
-rw-r--r-- | meta/conf/machine/include/ia32/arch-ia32.inc | 2 | ||||
-rw-r--r-- | meta/conf/machine/include/tune-core2.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/ia32/arch-ia32.inc b/meta/conf/machine/include/ia32/arch-ia32.inc index a52e33a619..ee919830c0 100644 --- a/meta/conf/machine/include/ia32/arch-ia32.inc +++ b/meta/conf/machine/include/ia32/arch-ia32.inc | |||
@@ -44,6 +44,6 @@ PACKAGE_EXTRA_ARCHS_tune-x86-64 = "x86_64" | |||
44 | 44 | ||
45 | AVAILTUNES += "x86-64-x32" | 45 | AVAILTUNES += "x86-64-x32" |
46 | TUNE_FEATURES_tune-x86-64-x32 ?= "mx32" | 46 | TUNE_FEATURES_tune-x86-64-x32 ?= "mx32" |
47 | BASE_LIB_tune-x86-64-x32 ?= "lib" | 47 | BASE_LIB_tune-x86-64-x32 ?= "libx32" |
48 | PACKAGE_EXTRA_ARCHS_tune-x86-64-x32 = "x86_64-x32" | 48 | PACKAGE_EXTRA_ARCHS_tune-x86-64-x32 = "x86_64-x32" |
49 | TUNE_PKGARCH .= "${@bb.utils.contains("TUNE_FEATURES", "mx32", "-x32", "", d)}" | 49 | TUNE_PKGARCH .= "${@bb.utils.contains("TUNE_FEATURES", "mx32", "-x32", "", d)}" |
diff --git a/meta/conf/machine/include/tune-core2.inc b/meta/conf/machine/include/tune-core2.inc index 78f8f4d430..565a39c273 100644 --- a/meta/conf/machine/include/tune-core2.inc +++ b/meta/conf/machine/include/tune-core2.inc | |||
@@ -20,5 +20,5 @@ PACKAGE_EXTRA_ARCHS_tune-core2-64 = "${PACKAGE_EXTRA_ARCHS_tune-x86-64} core2-64 | |||
20 | 20 | ||
21 | AVAILTUNES += "core2-64-x32" | 21 | AVAILTUNES += "core2-64-x32" |
22 | TUNE_FEATURES_tune-core2-64-x32 ?= "${TUNE_FEATURES_tune-x86-64-x32} core2" | 22 | TUNE_FEATURES_tune-core2-64-x32 ?= "${TUNE_FEATURES_tune-x86-64-x32} core2" |
23 | BASE_LIB_tune-core2-64-x32 ?= "lib" | 23 | BASE_LIB_tune-core2-64-x32 ?= "libx32" |
24 | PACKAGE_EXTRA_ARCHS_tune-core2-64-x32 = "${PACKAGE_EXTRA_ARCHS_tune-x86-64-x32} core2-64-x32" | 24 | PACKAGE_EXTRA_ARCHS_tune-core2-64-x32 = "${PACKAGE_EXTRA_ARCHS_tune-x86-64-x32} core2-64-x32" |