Skip to content

Commit

Permalink
Switch OpenSSL target to 'linux64-riscv64' for RISC-V assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
cwt authored and felixonmars committed Sep 21, 2023
1 parent c4334da commit b0273b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/riscv64.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0273b5

Please sign in to comment.