cross-powerpc64-linux-musl: add 64-bit long double libgcc patch
[ci skip]
This commit is contained in:
parent
57c8f89bcd
commit
6605eae00f
2 changed files with 3 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
../../gcc/patches/libgcc-musl-ldbl128-config.patch
|
|
@ -9,7 +9,7 @@ _sysroot="/usr/${_triplet}"
|
|||
|
||||
pkgname=cross-${_triplet}
|
||||
version=0.30
|
||||
revision=2
|
||||
revision=3
|
||||
short_desc="Cross toolchain for powerpc64 with musl"
|
||||
maintainer="q66 <daniel@octaforge.org>"
|
||||
homepage="https://www.voidlinux.org/"
|
||||
|
@ -84,6 +84,7 @@ _gcc_bootstrap() {
|
|||
_apply_patch -p0 ${FILESDIR}/musl-ada.patch
|
||||
_apply_patch -p0 ${FILESDIR}/0010-ldbl128-config.patch
|
||||
_apply_patch -p0 ${FILESDIR}/ppc64-pure64.patch
|
||||
_apply_patch -p0 ${FILESDIR}/libgcc-musl-ldbl128-config.patch
|
||||
_apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch
|
||||
|
||||
sed -i 's/lib64/lib/' gcc/config/rs6000/linux64.h
|
||||
|
|
Loading…
Add table
Reference in a new issue