aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/conf/machine/include/tune-v1000.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/conf/machine/include/tune-v1000.inc')
-rw-r--r--meta-v1000/conf/machine/include/tune-v1000.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-v1000/conf/machine/include/tune-v1000.inc b/meta-v1000/conf/machine/include/tune-v1000.inc
index 90c92e45..1c481cd3 100644
--- a/meta-v1000/conf/machine/include/tune-v1000.inc
+++ b/meta-v1000/conf/machine/include/tune-v1000.inc
@@ -5,12 +5,11 @@ require conf/machine/include/x86-base.inc
# AMD DB-FP5 64bit (v1000)
TUNEVALID[dbfp5] = "Enable AMD DB-FP5 (64 bit) specific processor optimizations"
TUNECONFLICTS[dbfp5] = "m32 mx32"
-TUNE_ARCH .= "${@bb.utils.contains("TUNE_FEATURES", "dbfp5", "${X86ARCH64}", "" ,d)}"
TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "dbfp5", " -march=znver1", "", d)}"
# Extra tune selections
AVAILTUNES += "dbfp5"
-TUNE_FEATURES_tune-dbfp5 = "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}"