loongarch: openssl: Add linux-generic64

The guess is "linux-generic32", which is too conservative for 64-bit
LoongArch CPUs.  We may need to revise it when we add LA32 support.

There is also "linux64-loongarch64" but it depends on Binutils LSX
support which is not submitted for review yet.
This commit is contained in:
Xi Ruoyao 2023-06-11 19:57:52 +08:00
parent f7cdb10929
commit 03372aee06
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -54,6 +54,7 @@
<screen><userinput remap="configure">./config --prefix=/usr \
--openssldir=/etc/ssl \
--libdir=lib \
linux-generic64 \
shared \
zlib-dynamic</userinput></screen>