cross-powerpc-linux-musl: add 64-bit long double patches

[ci skip]
This commit is contained in:
q66 2019-05-03 18:53:09 +02:00 committed by Helmut Pozimski
parent 56444230f5
commit 67a5f0f2b2
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1 @@
../../gcc/patches/0010-ldbl128-config.patch

View File

@ -0,0 +1 @@
../../gcc/patches/libgcc-musl-ldbl128-config.patch

View File

@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}"
pkgname=cross-${_triplet}
version=0.30
revision=2
revision=3
short_desc="Cross toolchain for PowerPC (musl)"
maintainer="Thomas Batten <stenstorpmc@gmail.com>"
@ -88,6 +88,8 @@ _gcc_bootstrap() {
_apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch
_apply_patch -p0 ${FILESDIR}/musl-ada.patch
_apply_patch -p0 ${FILESDIR}/no-stack_chk_fail_local.patch
_apply_patch -p0 ${FILESDIR}/0010-ldbl128-config.patch
_apply_patch -p0 ${FILESDIR}/libgcc-musl-ldbl128-config.patch
_apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch
msg_normal "Building cross gcc bootstrap\n"