mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
intel-quark-common: Add no-asm config to openssl
This causes the build to not use Assembly code which contains invalid CMOV instructions. Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
217a3eb2c8
commit
0d73402b4f
|
@ -9,3 +9,4 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user