cross-i686-pc-linux-gnu: update to gcc 10.2.1pre1
This commit is contained in:
parent
e20fe17571
commit
6e5dac676f
1 changed files with 18 additions and 14 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'cross-i686-pc-linux-gnu'
|
# Template file for 'cross-i686-pc-linux-gnu'
|
||||||
_triplet=i686-pc-linux-gnu
|
_triplet=i686-pc-linux-gnu
|
||||||
_binutils_version=2.32
|
_binutils_version=2.35.1
|
||||||
_gcc_version=9.3.0
|
_gcc_version=10.2.1_pre1
|
||||||
_glibc_version=2.30
|
_glibc_version=2.32
|
||||||
_linux_version=4.19
|
_linux_version=5.10.4
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.33
|
version=0.34
|
||||||
revision=4
|
revision=1
|
||||||
build_style=void-cross
|
build_style=void-cross
|
||||||
hostmakedepends="tar gcc-objc gcc-go flex perl python3"
|
hostmakedepends="texinfo tar gcc-objc gcc-go flex perl python3"
|
||||||
makedepends="isl15-devel libmpc-devel zlib-devel gmp-devel mpfr-devel"
|
makedepends="isl15-devel libmpc-devel zlib-devel gmp-devel mpfr-devel"
|
||||||
depends="${pkgname}-libc-${version}_${revision}"
|
depends="${pkgname}-libc-${version}_${revision}"
|
||||||
short_desc="Void cross toolchain for ${_triplet}"
|
short_desc="Void cross toolchain for ${_triplet}"
|
||||||
|
@ -17,17 +17,16 @@ 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="
|
distfiles="
|
||||||
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
${GNU_SITE}/binutils/binutils-${_binutils_version}.tar.xz
|
||||||
${GNU_SITE}/gcc/gcc-${_gcc_version}/gcc-${_gcc_version}.tar.xz
|
https://dev.alpinelinux.org/~nenolod/gcc-${_gcc_version}.tar.xz
|
||||||
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz
|
${GNU_SITE}/glibc/glibc-${_glibc_version}.tar.xz
|
||||||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
${KERNEL_SITE}/kernel/v5.x/linux-${_linux_version}.tar.xz"
|
||||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
checksum="3ced91db9bf01182b7e420eab68039f2083aed0a214c0424e257eae3ddee8607
|
||||||
71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
|
772cfd5d30eb9cc5a996fec9ba8cdcb45d37df1c9b5770610103b814b732c590
|
||||||
e2c4114e569afbe7edbc29131a43be833850ab9a459d81beb2588016d2bbb8af
|
1627ea54f5a1a8467032563393e0901077626dc66f37f10ee6363bb722222836
|
||||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
cross_triplet=${_triplet}
|
cross_triplet=${_triplet}
|
||||||
cross_linux_arch=x86
|
|
||||||
# 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
|
||||||
cross_gcc_configure_args="--enable-libquadmath"
|
cross_gcc_configure_args="--enable-libquadmath"
|
||||||
cross_glibc_cflags="-O2 -Wno-error -march=i686 -mtune=generic"
|
cross_glibc_cflags="-O2 -Wno-error -march=i686 -mtune=generic"
|
||||||
|
@ -36,6 +35,11 @@ if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
broken="Can't build crosstoolchain to itself"
|
broken="Can't build crosstoolchain to itself"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*|mips*) broken="no gccgo support";;
|
||||||
|
esac
|
||||||
|
|
||||||
cross-i686-pc-linux-gnu-libc_package() {
|
cross-i686-pc-linux-gnu-libc_package() {
|
||||||
short_desc+=" - glibc files"
|
short_desc+=" - glibc files"
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
Loading…
Reference in a new issue