mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
openssl: fix mips64 configure support
Match target name linux-mips64 as well, all mips64 targets will have mips(32) userspace. (From OE-Core rev: 245113ca1075bc3f0c47952e80b437229f855080) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5a10a6f153
commit
a1ca788092
@@ -115,7 +115,7 @@ do_configure () {
|
||||
linux-mipsel)
|
||||
target=debian-mipsel
|
||||
;;
|
||||
linux-*-mips64)
|
||||
linux-*-mips64 | linux-mips64)
|
||||
target=linux-mips
|
||||
;;
|
||||
linux-microblaze*|linux-nios2*)
|
||||
|
||||
Reference in New Issue
Block a user