gcc: temporarily disable armv6l
Internal compiler error, see: https://build.voidlinux.eu/builders/armv6l_builder/builds/26080/steps/shell_3/logs/stdio
This commit is contained in:
parent
0708e5c9bc
commit
420eeeaf5b
|
@ -15,6 +15,10 @@ nopie=yes
|
|||
lib32disabled=yes
|
||||
bootstrap=yes
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv6l) broken=https://build.voidlinux.eu/builders/armv6l_builder/builds/26080/steps/shell_3/logs/stdio
|
||||
esac
|
||||
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
hostmakedepends="perl flex"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue