mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
openssl: Move microblaze to linux-latomic config
When building with the previous a number of atomic functions come back as undefined. Switching to linux-latomic fixes this. (From OE-Core rev: 88d5bf78ffb1d120df48139b1ed3c2e3fa8310d0) (From OE-Core rev: 26b4db753c4f2080a132fb176b514efafa3ff8e3) Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
217a47bdb4
commit
29f64c072c
@@ -80,7 +80,7 @@ do_configure () {
|
||||
esac
|
||||
target="$os-${HOST_ARCH}"
|
||||
case $target in
|
||||
linux-arc)
|
||||
linux-arc | linux-microblaze*)
|
||||
target=linux-latomic
|
||||
;;
|
||||
linux-arm*)
|
||||
@@ -108,7 +108,7 @@ do_configure () {
|
||||
linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el)
|
||||
target=linux64-mips64
|
||||
;;
|
||||
linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*)
|
||||
linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*)
|
||||
target=linux-generic32
|
||||
;;
|
||||
linux-powerpc)
|
||||
|
||||
Reference in New Issue
Block a user