diff --git a/common/environment/build-style/go.sh b/common/environment/build-style/go.sh index f3b4514d457..337b5279d0e 100644 --- a/common/environment/build-style/go.sh +++ b/common/environment/build-style/go.sh @@ -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