mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
openssl: Match target name for riscv64/riscv32
This is updated in openssl [1] [2] since opensssl 3.2 onwards [1]42ee6e7be4[2]c29554245a(From OE-Core rev: ed280618b40e5c67d475f74569183a11619b52c2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -119,10 +119,10 @@ do_configure () {
|
||||
target=linux-ppc64le
|
||||
;;
|
||||
linux-riscv32)
|
||||
target=linux-latomic
|
||||
target=linux32-riscv32
|
||||
;;
|
||||
linux-riscv64)
|
||||
target=linux-generic64
|
||||
target=linux64-riscv64
|
||||
;;
|
||||
linux-sparc | linux-supersparc)
|
||||
target=linux-sparcv9
|
||||
|
||||
Reference in New Issue
Block a user