openssl: enable riscv64*
This commit is contained in:
parent
43b9789792
commit
c63203b6a5
|
@ -43,6 +43,7 @@ case $XBPS_TARGET_MACHINE in
|
|||
ppc*) configure_args+=" linux-ppc";;
|
||||
arm*) configure_args+=" linux-armv4";;
|
||||
mips*) configure_args+=" linux-mips32 -mips32";;
|
||||
riscv64*) configure_args+=" linux64-riscv64";;
|
||||
*) broken="$XBPS_TARGET_MACHINE";;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in New Issue