mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
fsharp: doesn't build on/for ppc
This commit is contained in:
parent
8ffc2627e6
commit
c0e0c035f6
1 changed files with 4 additions and 0 deletions
|
@ -19,3 +19,7 @@ lib32disabled=yes
|
||||||
if [ "$XBPS_LIBC" = musl ]; then
|
if [ "$XBPS_LIBC" = musl ]; then
|
||||||
broken="mono crash on sgen-stw.c:69, not able to found stack_end"
|
broken="mono crash on sgen-stw.c:69, not able to found stack_end"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc*) broken="ftbfs, unsupported" ;;
|
||||||
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue