loongarch: openssl: Use linux64-loongarch64 target

With Binutils-2.41 we can enable the LSX accelerated AES routine.

In the future (OpenSSL-3.2) we'll be able to remove this line and let
the config script guess it automatically.
This commit is contained in:
Xi Ruoyao 2023-08-09 16:58:07 +08:00
parent d0d1c9f42d
commit c8a4bac294
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

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