go: enable mips*

This commit is contained in:
Jürgen Buchmüller 2020-09-02 13:48:24 +02:00
parent ccf04b78df
commit f6d7761f05
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ case "${XBPS_TARGET_MACHINE}" in
i686*) _goarch=386 ;;
x86_64*) _goarch=amd64 ;;
ppc64le*) _goarch=ppc64le ;;
mips*) _goarch=mips ;;
*) broken="Unsupported architecture ${XBPS_TARGET_MACHINE}" ;;
esac