mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
cross-powerpcle-linux-gnu: fix gcc distfiles
This commit is contained in:
parent
6e21c4c1bf
commit
f369ce7de9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
|||
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