avr-gcc: unbreak.
Revert "avr-gcc: aarch64 also currently broken" This reverts commit817d329d52
. Revert "avr-gcc: mark broken for some archs" This reverts commit6ce73b9d4c
.
This commit is contained in:
parent
f40f29143f
commit
323bc864c7
1 changed files with 0 additions and 7 deletions
|
@ -10,13 +10,6 @@ distfiles="https://repo.voidlinux.eu/distfiles/gcc-$version.tar.xz"
|
|||
checksum=a7addd2d4e42e66c3b56ced8baee5a11ef7fb577e23615a4f43877273eaf9409
|
||||
wrksrc="gcc-$version"
|
||||
|
||||
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
|
||||
|
||||
hostmakedepends="flex avr-binutils"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Need a direct cross-compiler for libgcc.
|
||||
|
|
Loading…
Reference in a new issue