mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
committed by
Richard Purdie
parent
6e6fdfd542
commit
e16d16ffa6
@@ -118,7 +118,7 @@ do_configure () {
|
||||
target=linux-ppc64le
|
||||
;;
|
||||
linux-riscv32)
|
||||
target=linux-generic32
|
||||
target=linux-latomic
|
||||
;;
|
||||
linux-riscv64)
|
||||
target=linux-generic64
|
||||
|
||||
Reference in New Issue
Block a user