mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
avr-gcc: mark broken for some archs
Currently some of the buildbots can't connect to http://repo.voidlinux.eu/distfiles Until this problem is solved, don't block other commits.
This commit is contained in:
parent
20acedc5bb
commit
6ce73b9d4c
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@ distfiles="https://repo.voidlinux.eu/distfiles/gcc-$version.tar.xz"
|
|||
checksum=a7addd2d4e42e66c3b56ced8baee5a11ef7fb577e23615a4f43877273eaf9409
|
||||
wrksrc="gcc-$version"
|
||||
|
||||
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
|
||||
|
||||
hostmakedepends="flex avr-binutils"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Need a direct cross-compiler for libgcc.
|
||||
|
|
Loading…
Add table
Reference in a new issue