add configure/autoconf_cache/riscv64-linux

This commit is contained in:
Leah Neukirchen 2019-07-18 11:07:04 +02:00 committed by John Zimmermann
parent 8714c52bf7
commit 26ee82b72c
2 changed files with 152 additions and 0 deletions

View file

@ -123,6 +123,10 @@ case "$XBPS_TARGET_MACHINE" in
. ${_AUTOCONFCACHEDIR}/powerpc-linux
. ${_AUTOCONFCACHEDIR}/powerpc32-linux
;;
riscv*)
. ${_AUTOCONFCACHEDIR}/endian-little
. ${_AUTOCONFCACHEDIR}/riscv64-linux
;;
*) ;;
esac