Skip to content

Commit

Permalink
Merge pull request #378 from haomi123/master
Browse files Browse the repository at this point in the history
Add riscv64 support
  • Loading branch information
esabol authored Nov 3, 2023
2 parents 7b30266 + 7be6334 commit 5a2407a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/ax_boost_base.m4
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ if test "x$want_boost" = "xyes"; then
libsubdirs="lib"
ax_arch=`uname -m`
case $ax_arch in
x86_64|ppc64|s390x|sparc64|aarch64|loongarch64)
x86_64|ppc64|s390x|sparc64|aarch64|loongarch64|riscv64)
libsubdirs="lib64 lib lib64"
;;
esac
Expand Down

0 comments on commit 5a2407a

Please sign in to comment.