xref: /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/tune-i586-nlp.inc (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1# 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"
20