cross-i686-pc-linux-gnu: update to gcc 14.2.1+20250405.
This commit is contained in:
parent
350b0b8105
commit
d779361429
@ -1,11 +1,11 @@
|
|||||||
# Template file for 'cross-i686-pc-linux-gnu'
|
# Template file for 'cross-i686-pc-linux-gnu'
|
||||||
_binutils_version=2.41
|
_binutils_version=2.44
|
||||||
_gcc_version=13.2.0
|
_gcc_version=14.2.1+20250405
|
||||||
_glibc_version=2.39
|
_glibc_version=2.41
|
||||||
_linux_version=6.1
|
_linux_version=6.14
|
||||||
pkgname=cross-i686-pc-linux-gnu
|
pkgname=cross-i686-pc-linux-gnu
|
||||||
version=0.36
|
version=0.37
|
||||||
revision=2
|
revision=1
|
||||||
build_style=void-cross
|
build_style=void-cross
|
||||||
hostmakedepends="texinfo tar gcc-objc gcc-go flex perl python3 pkg-config"
|
hostmakedepends="texinfo tar gcc-objc gcc-go flex perl python3 pkg-config"
|
||||||
makedepends="isl-devel libmpc-devel gmp-devel mpfr-devel
|
makedepends="isl-devel libmpc-devel gmp-devel mpfr-devel
|
||||||
@ -15,14 +15,17 @@ short_desc="Void cross toolchain for ${pkgname/cross-}"
|
|||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
|
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/"
|
||||||
distfiles="${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz"
|
case "${_gcc_version}" in
|
||||||
distfiles+=" ${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_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" ;;
|
||||||
|
esac
|
||||||
|
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"
|
||||||
distfiles+=" ${KERNEL_SITE}/kernel/v${_linux_version%%.*}.x/linux-${_linux_version}.tar.xz"
|
distfiles+=" ${KERNEL_SITE}/kernel/v${_linux_version%%.*}.x/linux-${_linux_version}.tar.xz"
|
||||||
checksum="ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450
|
checksum="9a84b0947d8fb18197eef3fce8e255e30a61f7f382cebb961b1705c1d99214a3
|
||||||
e275e76442a6067341a27f04c5c6b83d8613144004c0413528863dc6b5c743da
|
ce2017e059d63e67ddb9240e9d4ec49c2893605035cd60e92ad53177f4377237
|
||||||
f77bd47cf8170c57365ae7bf86696c118adb3b120d3259c64c502d3dc1e2d926
|
a5a26b22f545d6b7d7b3dd828e11e428f24f4fac43c934fb071b6a7d0828e901
|
||||||
2ca1f17051a430f6fed1196e4952717507171acfd97d96577212502703b25deb"
|
a294b683e7b161bb0517bb32ec7ed1d2ea7603dfbabad135170ed12d00c47670"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
# explicitly enable for final gcc, as gfortran does not build without on x86
|
# explicitly enable for final gcc, as gfortran does not build without on x86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user