avr-libc: mark broken for some archs

Building avr-gcc failes because some buildbots can't connect to
https://repo.voidlinux.eu/distfiles. For now mark this update
as broken for those archs.
This commit is contained in:
Juergen Buchmueller 2016-12-04 12:14:11 +01:00
parent 6ce73b9d4c
commit 31cd64a92c

View File

@ -14,6 +14,13 @@ hostmakedepends="avr-binutils avr-gcc"
depends="avr-binutils avr-gcc"
nostrip=yes
case "$XBPS_TARGET_MACHINE" in
x86_64|i686|armv6l|armv7l)
# Temporarly mark as broken until download issues are solve
broken="Download from https://repo.voidlinux.eu/distfiles fails"
;;
esac
do_configure() {
CC=avr-gcc AR=avr-ar AS=avr-as RANLIB=avr-ranlib \
./configure --build=${XBPS_TRIPLET} --host=avr --prefix=/usr