mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
cross-mips-linux-muslhf: update to gcc 14.2.1+20250405.
This commit is contained in:
parent
6345eb8ec3
commit
c4c66a54c8
1 changed files with 13 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'cross-mips-linux-muslhf'
|
||||
_binutils_version=2.41
|
||||
_gcc_version=13.2.0
|
||||
_binutils_version=2.44
|
||||
_gcc_version=14.2.1+20250405
|
||||
_musl_version=1.1.24
|
||||
_linux_version=6.1
|
||||
_linux_version=6.14
|
||||
pkgname=cross-mips-linux-muslhf
|
||||
version=0.36
|
||||
revision=3
|
||||
version=0.37
|
||||
revision=1
|
||||
build_style=void-cross
|
||||
configure_args="--with-arch=mips32r2 --with-float=hard
|
||||
--with-linker-hash-style=sysv --enable-autolink-libatomic"
|
||||
|
@ -17,15 +17,18 @@ short_desc="Void cross toolchain for ${pkgname/cross-}"
|
|||
maintainer="hipperson0 <hipperson0@gmail.com>"
|
||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
distfiles="
|
||||
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" ;;
|
||||
esac
|
||||
distfiles+="
|
||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
||||
https://musl.libc.org/releases/musl-${_musl_version}.tar.gz
|
||||
${KERNEL_SITE}/kernel/v${_linux_version%%.*}.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
|
||||
e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
|
||||
checksum="9a84b0947d8fb18197eef3fce8e255e30a61f7f382cebb961b1705c1d99214a3
|
||||
ce2017e059d63e67ddb9240e9d4ec49c2893605035cd60e92ad53177f4377237
|
||||
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
|
||||
2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb"
|
||||
a294b683e7b161bb0517bb32ec7ed1d2ea7603dfbabad135170ed12d00c47670"
|
||||
nocross=yes
|
||||
|
||||
cross_gcc_skip_go=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue