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:
Jürgen Buchmüller 2016-08-05 17:50:23 +02:00
parent 0708e5c9bc
commit 420eeeaf5b
1 changed files with 4 additions and 0 deletions

View File

@ -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