build-style/go: drop 32-bit ppc from gccgo

this will always give us trouble, and probably is not worth
supporting
This commit is contained in:
q66 2021-01-17 15:46:26 +01:00
parent 8024e29364
commit 761b378854

View file

@ -9,8 +9,7 @@ else
# gccgo compiler
if [ -z "$archs" ]; then
# we have support for these in our gcc
# ppcle is missing, and mips doesn't have go in cross yet
archs="aarch64* armv[567]* i686* x86_64* ppc64* ppc ppc-musl"
archs="aarch64* armv[567]* i686* x86_64* ppc64*"
fi
if [ "$CROSS_BUILD" ]; then
# target compiler to use; otherwise it'll just call gccgo