mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00: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: 1add2c6c2a5009d6a73790e1334e7e113ac97f4d) Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit e8ce80fc6d6579554bca2eba057e65d4b12c0793) Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
e928604680
commit
74d46587e4
@@ -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