cross-powerpc-linux-musl: update musl to 1.1.24
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
../../musl/patches/powerpc-wchar-t.patch
|
|
||||||
1
srcpkgs/cross-powerpc-linux-musl/files/ppc-pt_regs.patch
Symbolic link
1
srcpkgs/cross-powerpc-linux-musl/files/ppc-pt_regs.patch
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../musl/patches/ppc-pt_regs.patch
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'cross-powerpc-linux-musl'
|
# Template file for 'cross-powerpc-linux-musl'
|
||||||
_binutils_version=2.32
|
_binutils_version=2.32
|
||||||
_gcc_version=9.2.0
|
_gcc_version=9.2.0
|
||||||
_musl_version=1.1.23
|
_musl_version=1.1.24
|
||||||
_linux_version=4.19
|
_linux_version=4.19
|
||||||
_libucontext_version=0.9.0
|
_libucontext_version=0.9.0
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
|
|||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.32
|
version=0.32
|
||||||
revision=1
|
revision=2
|
||||||
|
|
||||||
short_desc="Cross toolchain for PowerPC (musl)"
|
short_desc="Cross toolchain for PowerPC (musl)"
|
||||||
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
|
||||||
@@ -26,7 +26,7 @@ distfiles="
|
|||||||
https://distfiles.adelielinux.org/source/libucontext/libucontext-${_libucontext_version}.tar.xz"
|
https://distfiles.adelielinux.org/source/libucontext/libucontext-${_libucontext_version}.tar.xz"
|
||||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||||
ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
|
ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
|
||||||
8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa
|
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
|
||||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
|
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
|
||||||
0d53a415a307ef175153bbe60a572c940a922cb736ce13530b666e7ec2795d68"
|
0d53a415a307ef175153bbe60a572c940a922cb736ce13530b666e7ec2795d68"
|
||||||
|
|
||||||
@@ -154,7 +154,7 @@ _musl_build() {
|
|||||||
|
|
||||||
cd ${wrksrc}/musl-${_musl_version}
|
cd ${wrksrc}/musl-${_musl_version}
|
||||||
|
|
||||||
_apply_patch -p0 ${FILESDIR}/powerpc-wchar-t.patch
|
_apply_patch -p0 ${FILESDIR}/ppc-pt_regs.patch
|
||||||
|
|
||||||
msg_normal "Building cross musl libc\n"
|
msg_normal "Building cross musl libc\n"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user