mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
avr-libc: aarch64 also currently broken
This commit is contained in:
parent
817d329d52
commit
f40f29143f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ depends="avr-binutils avr-gcc"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
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
|
# Temporarly mark as broken until download issues are solve
|
||||||
broken="Download from https://repo.voidlinux.eu/distfiles fails"
|
broken="Download from https://repo.voidlinux.eu/distfiles fails"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue