mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
cross-mips-linux-muslhf: update to gcc 10.2.1pre1
This commit is contained in:
parent
3a73c1632b
commit
01fa7f66eb
1 changed files with 11 additions and 12 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'cross-mips-linux-muslhf'
|
# Template file for 'cross-mips-linux-muslhf'
|
||||||
_triplet=mips-linux-muslhf
|
_triplet=mips-linux-muslhf
|
||||||
_binutils_version=2.32
|
_binutils_version=2.35.1
|
||||||
_gcc_version=9.3.0
|
_gcc_version=10.2.1_pre1
|
||||||
_musl_version=1.1.24
|
_musl_version=1.1.24
|
||||||
_linux_version=4.19
|
_linux_version=5.10.4
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.33
|
version=0.34
|
||||||
revision=3
|
revision=1
|
||||||
build_style=void-cross
|
build_style=void-cross
|
||||||
configure_args="--with-arch=mips32r2 --with-float=hard
|
configure_args="--with-arch=mips32r2 --with-float=hard
|
||||||
--with-linker-hash-style=sysv"
|
--with-linker-hash-style=sysv"
|
||||||
hostmakedepends="tar gcc-objc flex perl python3"
|
hostmakedepends="texinfo tar gcc-objc 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}"
|
||||||
|
@ -19,17 +19,16 @@ homepage="https://www.voidlinux.org/"
|
||||||
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
license="GPL-2.0-or-later, GPL-3.0-or-later, MIT"
|
||||||
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
|
||||||
https://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz
|
https://www.musl-libc.org/releases/musl-${_musl_version}.tar.gz
|
||||||
${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
|
||||||
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
|
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
|
||||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
904e396c26e9992a16cd1cc989460171536bed7739bf36049f6eb020ee5d56ec"
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
cross_triplet=${_triplet}
|
cross_triplet=${_triplet}
|
||||||
cross_linux_arch=mips
|
|
||||||
cross_gcc_skip_go=yes
|
cross_gcc_skip_go=yes
|
||||||
cross_binutils_configure_args="--enable-default-hash-style=sysv"
|
cross_binutils_configure_args="--enable-default-hash-style=sysv"
|
||||||
cross_musl_cflags="-Os -march=mips32r2 -mhard-float"
|
cross_musl_cflags="-Os -march=mips32r2 -mhard-float"
|
||||||
|
|
Loading…
Add table
Reference in a new issue