openssl: fix building on riscv32

On riscv32 configurations OpenSSL fails to build with "undefined
reference to `__atomic_foo'" kind of errors. Change OpenSSL recipe to
use linux-latomic configuration instead of linux-generic32.

(From OE-Core rev: e8ce80fc6d6579554bca2eba057e65d4b12c0793)

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dmitry Baryshkov
2023-06-06 01:15:25 +03:00
committed by Richard Purdie
parent 6e6fdfd542
commit e16d16ffa6

View File

@@ -118,7 +118,7 @@ do_configure () {
target=linux-ppc64le
;;
linux-riscv32)
target=linux-generic32
target=linux-latomic
;;
linux-riscv64)
target=linux-generic64