[Buildroot] [PATCH v3, 1/1] package/libopenssl: set no-asm with generic architectures

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 18 09:55:58 UTC 2019


On Thu, 17 Oct 2019 18:55:59 +0200
Fabrice Fontaine <fontaine.fabrice at gmail.com> wrote:

> +# no-asm is needed with generic architectures such as linux-generic32, see
> +# https://github.com/openssl/openssl/issues/9839
> +LIBOPENSSL_TARGET_ARCH = gcc no-asm
> +LIBOPENSSL_TARGET_ARCH = linux-generic32 no-asm

You assign two times the same variable ? Seems like the first
assignment here is a bit useless, no ?

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list