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:
parent
6ce73b9d4c
commit
31cd64a92c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user