blob: e30602bd30bad0e42301cc296b896561b04bc67e [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001# Settings for the GCC(1) cpu-type "quark":
2#
3#
4#
5DEFAULTTUNE ?= "i586-nlp-32"
6
7# Include the previous tune to pull in PACKAGE_EXTRA_ARCHS
8require conf/machine/include/x86/arch-x86.inc
9
10# x86 with no lock prefix
11TUNEVALID[i586-nlp] = "IA32 with Lock Prefix omitted"
12TUNE_CCARGS .= "${@bb.utils.contains("TUNE_FEATURES", "i586-nlp", " -march=i586 -Wa,-momit-lock-prefix=yes", "", d)}"
13
14# Quark tune feature
15AVAILTUNES = "i586-nlp-32"
16TUNE_FEATURES_tune-i586-nlp-32 = "${TUNE_FEATURES_tune-x86} i586-nlp"
17BASE_LIB_tune-i586-nlp-32 = "lib"
18TUNE_PKGARCH_tune-i586-nlp-32 = "i586-nlp-32"
19PACKAGE_EXTRA_ARCHS_tune-i586-nlp-32 = "i586-nlp-32"