avr-libc: aarch64 also currently broken

This commit is contained in:
Juergen Buchmueller 2016-12-04 12:17:59 +01:00
parent 817d329d52
commit f40f29143f

View file

@ -15,7 +15,7 @@ depends="avr-binutils avr-gcc"
nostrip=yes
case "$XBPS_TARGET_MACHINE" in
x86_64|i686|armv6l|armv7l)
x86_64|i686|aarch64|armv6l|armv7l)
# Temporarly mark as broken until download issues are solve
broken="Download from https://repo.voidlinux.eu/distfiles fails"
;;