Skip to content

Commit

Permalink
cross-powerpc64-linux-musl: update musl to 1.1.24
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
q66 committed Oct 21, 2019
1 parent 9ad4a6b commit 2035bca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions srcpkgs/cross-powerpc64-linux-musl/files/ppc-pt_regs.patch
10 changes: 7 additions & 3 deletions srcpkgs/cross-powerpc64-linux-musl/template
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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/"
Expand All @@ -23,7 +23,7 @@ distfiles="
https://distfiles.adelielinux.org/source/libucontext/libucontext-${_libucontext_version}.tar.xz"
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206
8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa
1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1
0d53a415a307ef175153bbe60a572c940a922cb736ce13530b666e7ec2795d68"

Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit 2035bca

Please sign in to comment.