mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
go: drop unsupported archs from building
This commit is contained in:
parent
4920663cd6
commit
927e790463
1 changed files with 1 additions and 4 deletions
|
@ -17,13 +17,10 @@ noverifyrdeps=yes
|
|||
case "${XBPS_TARGET_MACHINE}" in
|
||||
aarch64*) _goarch=arm64 ;;
|
||||
arm*) _goarch=arm ;;
|
||||
mips*) _goarch=mips ;;
|
||||
i686*) _goarch=386 ;;
|
||||
x86_64*) _goarch=amd64 ;;
|
||||
ppc64le*) _goarch=ppc64le ;;
|
||||
ppc64*) _goarch=ppc64;;
|
||||
ppc*) broken="Upstream does not support 32-bit ppc";;
|
||||
*) _goarch=${XBPS_TARGET_MACHINE} ;;
|
||||
*) broken="Unsupported architecture ${XBPS_TARGET_MACHINE}" ;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue