mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
cross-riscv64-linux-gnu: fix gcc distfiles
This commit is contained in:
parent
6130134b79
commit
c30a2a7cd6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
case "${_gcc_version}" in
|
case "${_gcc_version}" in
|
||||||
*+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${_gcc_version%%.*}-${_gcc_version#*+}/gcc-${_gcc_version%%.*}-${_gcc_version#*+}.tar.xz" ;;
|
*+*) 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
|
esac
|
||||||
distfiles+=" ${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz"
|
distfiles+=" ${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz"
|
||||||
distfiles+=" ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
|
distfiles+=" ${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz"
|
||||||
|
|
Loading…
Add table
Reference in a new issue