mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
avr-libc: enable all arches again
This commit is contained in:
parent
28cfc1567e
commit
79a8f18a4a
1 changed files with 0 additions and 7 deletions
|
@ -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…
Add table
Reference in a new issue