avr-libc: enable all arches again
This commit is contained in:
parent
28cfc1567e
commit
79a8f18a4a
@ -14,13 +14,6 @@ hostmakedepends="avr-binutils avr-gcc"
|
|||||||
depends="avr-binutils avr-gcc"
|
depends="avr-binutils avr-gcc"
|
||||||
nostrip=yes
|
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() {
|
do_configure() {
|
||||||
CC=avr-gcc AR=avr-ar AS=avr-as RANLIB=avr-ranlib \
|
CC=avr-gcc AR=avr-ar AS=avr-as RANLIB=avr-ranlib \
|
||||||
./configure --build=${XBPS_TRIPLET} --host=avr --prefix=/usr
|
./configure --build=${XBPS_TRIPLET} --host=avr --prefix=/usr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user