mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
gcc: disable gccgo on cross+musl for now
we'll have to figure this out...
This commit is contained in:
parent
3c6e5489ab
commit
0b13497597
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue