mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

This causes the build to not use Assembly code which contains invalid CMOV instructions. Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 lines
397 B
PHP
13 lines
397 B
PHP
#
|
|
# Common configuration for all MACHINES of the intel-quark type
|
|
#
|
|
|
|
DEFAULTTUNE ?= "i586-nlp-32"
|
|
require conf/machine/include/tune-i586-nlp.inc
|
|
require conf/machine/include/x86-base.inc
|
|
|
|
# gnutls padlock code uses CMOV instruction in assembly which
|
|
# is not valid for Quark.
|
|
EXTRA_OECONF_append_pn-gnutls_intel-quark = " --disable-padlock"
|
|
EXTRA_OECONF_append_pn-openssl_intel-quark = " no-asm"
|