cross-powerpc64-linux-musl: rebuild for musl-1.1.23
This commit is contained in:
parent
19bdea3d03
commit
997553c7d5
|
@ -1 +0,0 @@
|
|||
../../musl/patches/ppc64-vrregset-t-fix-layout.patch
|
|
@ -1 +0,0 @@
|
|||
../../musl/patches/ppc64-vrregset-t-vrregs-fix.patch
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cross-powerpc64-linux-musl'
|
||||
_binutils_version=2.32
|
||||
_gcc_version=9.1.0
|
||||
_musl_version=1.1.22
|
||||
_musl_version=1.1.23
|
||||
_linux_version=4.19
|
||||
|
||||
_triplet="powerpc64-linux-musl"
|
||||
|
@ -9,7 +9,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.31
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Cross toolchain for powerpc64 with musl"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -21,7 +21,7 @@ distfiles="
|
|||
${KERNEL_SITE}/kernel/v4.x/linux-${_linux_version}.tar.xz"
|
||||
checksum="0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
|
||||
79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0
|
||||
8b0941a48d2f980fd7036cfbd24aa1d414f03d9a0652ecbd5ec5c7ff1bee29e3
|
||||
8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa
|
||||
0c68f5655528aed4f99dae71a5b259edc93239fa899e2df79c055275c21749a1"
|
||||
|
||||
lib32disabled=yes
|
||||
|
@ -148,10 +148,6 @@ _musl_build() {
|
|||
[ -f ${wrksrc}/.musl_build_done ] && return 0
|
||||
|
||||
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"
|
||||
|
||||
CC="${_triplet}-gcc" LD="${_triplet}-ld" AR="${_triplet}-ar" \
|
||||
|
|
Loading…
Reference in New Issue