avr-libc: enable all arches again

This commit is contained in:
Juergen Buchmueller 2016-12-05 11:40:47 +01:00
parent 28cfc1567e
commit 79a8f18a4a
1 changed files with 0 additions and 7 deletions

View File

@ -14,13 +14,6 @@ hostmakedepends="avr-binutils avr-gcc"
depends="avr-binutils avr-gcc"
nostrip=yes
case "$XBPS_TARGET_MACHINE" in
x86_64|i686|aarch64|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