mirror of
git://git.yoctoproject.org/poky
synced 2026-09-09 12:36:18 +00:00
openssl: Add powerpc64 LE support
(From OE-Core rev: a77c76566dbffaccd2692e9110fca440c8eca53e) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
c2f78e062f
commit
ed4bb02a8f
@ -102,6 +102,9 @@ do_configure () {
|
||||
linux-powerpc64)
|
||||
target=linux-ppc64
|
||||
;;
|
||||
linux-powerpc64le)
|
||||
target=linux-ppc64le
|
||||
;;
|
||||
linux-riscv32)
|
||||
target=linux-generic32
|
||||
;;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user