From c8a4bac294ceea3853a280e1814d8f71e090da72 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 9 Aug 2023 16:58:07 +0800 Subject: [PATCH] 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. --- chapter08/openssl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml index 91b58a836..704c6dec4 100644 --- a/chapter08/openssl.xml +++ b/chapter08/openssl.xml @@ -54,7 +54,7 @@ ./config --prefix=/usr \ --openssldir=/etc/ssl \ --libdir=lib \ - linux-generic64 \ + linux64-loongarch64 \ shared \ zlib-dynamic