cross-powerpcle-linux-musl: fix gcc distfiles

This commit is contained in:
oreo639 2025-05-13 14:22:42 -07:00
parent f369ce7de9
commit 6130134b79

View file

@ -19,7 +19,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