cross-powerpc64-linux-musl: update musl to 1.1.24
[ci skip]
This commit is contained in:
parent
083da3eb4a
commit
ba757053ae
3 changed files with 9 additions and 3 deletions
1
srcpkgs/cross-powerpc64-linux-musl/files/ppc-pt_regs.patch
Symbolic link
1
srcpkgs/cross-powerpc64-linux-musl/files/ppc-pt_regs.patch
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../musl/patches/ppc-pt_regs.patch
|
1
srcpkgs/cross-powerpc64-linux-musl/files/ppc64-fpregset_t.patch
Symbolic link
1
srcpkgs/cross-powerpc64-linux-musl/files/ppc64-fpregset_t.patch
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../musl/patches/ppc64-fpregset_t.patch
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cross-powerpc64-linux-musl'
|
||||
_binutils_version=2.32
|
||||
_gcc_version=9.2.0
|
||||
_musl_version=1.1.23
|
||||
_musl_version=1.1.24
|
||||
_linux_version=4.19
|
||||
_libucontext_version=0.9.0
|
||||
|
||||
|
@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.32
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Cross toolchain for powerpc64 with musl"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -23,7 +23,7 @@ distfiles="
|
|||
https://distfiles.adelielinux.org/source/libucontext/libucontext-${_libucontext_version}.tar.xz"
|
||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||
ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
|
||||
8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa
|
||||
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
|
||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
|
||||
0d53a415a307ef175153bbe60a572c940a922cb736ce13530b666e7ec2795d68"
|
||||
|
||||
|
@ -152,6 +152,10 @@ _musl_build() {
|
|||
[ -f ${wrksrc}/.musl_build_done ] && return 0
|
||||
|
||||
cd ${wrksrc}/musl-${_musl_version}
|
||||
|
||||
_apply_patch -p0 ${FILESDIR}/ppc64-fpregset_t.patch
|
||||
_apply_patch -p0 ${FILESDIR}/ppc-pt_regs.patch
|
||||
|
||||
msg_normal "Building cross musl libc\n"
|
||||
|
||||
CC="${_triplet}-gcc" LD="${_triplet}-ld" AR="${_triplet}-ar" \
|
||||
|
|
Loading…
Reference in a new issue