gcc: disable gccgo on cross+musl for now
we'll have to figure this out...
This commit is contained in:
@@ -46,6 +46,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||||||
mips*-musl|ppc*) _have_gccgo=no ;;
|
mips*-musl|ppc*) _have_gccgo=no ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# FIXME
|
||||||
|
if [ -n "$CROSS_BUILD" -a "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
|
_have_gccgo=no
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$CHROOT_READY" ]; then
|
if [ "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="tar texinfo perl flex"
|
hostmakedepends="tar texinfo perl flex"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user