cross-powerpc64le-linux-musl: add musl backport patches
[ci skip]
This commit is contained in:
parent
0271cc4f2b
commit
37a2e5f637
|
@ -0,0 +1 @@
|
||||||
|
../../musl/patches/ppc64-vrregset-t-fix-layout.patch
|
|
@ -0,0 +1 @@
|
||||||
|
../../musl/patches/ppc64-vrregset-t-vrregs-fix.patch
|
|
@ -9,7 +9,7 @@ _sysroot="/usr/${_triplet}"
|
||||||
|
|
||||||
pkgname=cross-${_triplet}
|
pkgname=cross-${_triplet}
|
||||||
version=0.30
|
version=0.30
|
||||||
revision=4
|
revision=5
|
||||||
short_desc="Cross toolchain for powerpc64le with musl"
|
short_desc="Cross toolchain for powerpc64le with musl"
|
||||||
maintainer="q66 <daniel@octaforge.org>"
|
maintainer="q66 <daniel@octaforge.org>"
|
||||||
homepage="https://www.voidlinux.org/"
|
homepage="https://www.voidlinux.org/"
|
||||||
|
@ -149,6 +149,10 @@ _musl_build() {
|
||||||
[ -f ${wrksrc}/.musl_build_done ] && return 0
|
[ -f ${wrksrc}/.musl_build_done ] && return 0
|
||||||
|
|
||||||
cd ${wrksrc}/musl-${_musl_version}
|
cd ${wrksrc}/musl-${_musl_version}
|
||||||
|
|
||||||
|
_apply_patch -p0 ${FILESDIR}/ppc64-vrregset-t-fix-layout.patch
|
||||||
|
_apply_patch -p0 ${FILESDIR}/ppc64-vrregset-t-vrregs-fix.patch
|
||||||
|
|
||||||
msg_normal "Building cross musl libc\n"
|
msg_normal "Building cross musl libc\n"
|
||||||
|
|
||||||
CC="${_triplet}-gcc" LD="${_triplet}-ld" AR="${_triplet}-ar" \
|
CC="${_triplet}-gcc" LD="${_triplet}-ld" AR="${_triplet}-ar" \
|
||||||
|
|
Loading…
Reference in New Issue