cross-mips-linux-musl: rebuild for musl-1.1.23
This commit is contained in:
parent
afd5d8e752
commit
48bc523f70
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
_binutils_version=2.32
|
_binutils_version=2.32
|
||||||
_gcc_version=9.1.0
|
_gcc_version=9.1.0
|
||||||
_musl_version=1.1.22
|
_musl_version=1.1.23
|
||||||
_linux_version=4.19
|
_linux_version=4.19
|
||||||
|
|
||||||
_triplet=mips-linux-musl
|
_triplet=mips-linux-musl
|
||||||
|
@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.31
|
version=0.31
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)"
|
short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
@ -24,7 +24,7 @@ distfiles="
|
||||||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||||
79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0
|
79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0
|
||||||
8b0941a48d2f980fd7036cfbd24aa1d414f03d9a0652ecbd5ec5c7ff1bee29e3
|
8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa
|
||||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
||||||
|
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
Loading…
Reference in New Issue