From f40f29143fcc4ffdf4b8667d28dac6fee18942d3 Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Sun, 4 Dec 2016 12:17:59 +0100 Subject: [PATCH] avr-libc: aarch64 also currently broken --- srcpkgs/avr-libc/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/avr-libc/template b/srcpkgs/avr-libc/template index 834ef209616..f480569b904 100644 --- a/srcpkgs/avr-libc/template +++ b/srcpkgs/avr-libc/template @@ -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" ;;