mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
cross-arm-linux-musleabi: fix gcc distfiles
This commit is contained in:
parent
7838ece32b
commit
ff793f8a16
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
|||
homepage="https://www.voidlinux.org/"
|
||||
case "${_gcc_version}" in
|
||||
*+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${_gcc_version%%.*}-${_gcc_version#*+}/gcc-${_gcc_version%%.*}-${_gcc_version#*+}.tar.xz" ;;
|
||||
*) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}.tar.xz" ;;
|
||||
*) distfiles="${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz" ;;
|
||||
esac
|
||||
distfiles+="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
||||
|
|
Loading…
Add table
Reference in a new issue