mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
openssl: enable riscv64*
This commit is contained in:
parent
43b9789792
commit
c63203b6a5
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ case $XBPS_TARGET_MACHINE in
|
||||||
ppc*) configure_args+=" linux-ppc";;
|
ppc*) configure_args+=" linux-ppc";;
|
||||||
arm*) configure_args+=" linux-armv4";;
|
arm*) configure_args+=" linux-armv4";;
|
||||||
mips*) configure_args+=" linux-mips32 -mips32";;
|
mips*) configure_args+=" linux-mips32 -mips32";;
|
||||||
|
riscv64*) configure_args+=" linux64-riscv64";;
|
||||||
*) broken="$XBPS_TARGET_MACHINE";;
|
*) broken="$XBPS_TARGET_MACHINE";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue