avr-gcc: aarch64 also currently broken

This commit is contained in:
Juergen Buchmueller 2016-12-04 12:17:23 +01:00
parent 31cd64a92c
commit 817d329d52
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ checksum=a7addd2d4e42e66c3b56ced8baee5a11ef7fb577e23615a4f43877273eaf9409
wrksrc="gcc-$version"
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"
;;