From b0273b5e2b65a871e0f8713ce981ea1185d1d3f7 Mon Sep 17 00:00:00 2001 From: Chaiwat Suttipongsakul Date: Thu, 21 Sep 2023 15:19:04 +0700 Subject: [PATCH] Switch OpenSSL target to 'linux64-riscv64' for RISC-V assembly --- openssl/riscv64.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/riscv64.patch b/openssl/riscv64.patch index 5bb219b2c..813b2227e 100644 --- a/openssl/riscv64.patch +++ b/openssl/riscv64.patch @@ -5,7 +5,7 @@ # mark stack as non-executable: http://bugs.archlinux.org/task/12434 ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \ - shared enable-ktls enable-ec_nistp_64_gcc_128 linux-x86_64 \ -+ shared enable-ktls enable-ec_nistp_64_gcc_128 linux-generic64 \ ++ shared enable-ktls enable-ec_nistp_64_gcc_128 linux64-riscv64 \ "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}" make depend