From 67a5f0f2b273f8bac798ff0266701a9147b36ce6 Mon Sep 17 00:00:00 2001 From: q66 Date: Fri, 3 May 2019 18:53:09 +0200 Subject: [PATCH] cross-powerpc-linux-musl: add 64-bit long double patches [ci skip] --- .../cross-powerpc-linux-musl/files/0010-ldbl128-config.patch | 1 + .../files/libgcc-musl-ldbl128-config.patch | 1 + srcpkgs/cross-powerpc-linux-musl/template | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/cross-powerpc-linux-musl/files/0010-ldbl128-config.patch create mode 120000 srcpkgs/cross-powerpc-linux-musl/files/libgcc-musl-ldbl128-config.patch diff --git a/srcpkgs/cross-powerpc-linux-musl/files/0010-ldbl128-config.patch b/srcpkgs/cross-powerpc-linux-musl/files/0010-ldbl128-config.patch new file mode 120000 index 00000000000..02d68e45a47 --- /dev/null +++ b/srcpkgs/cross-powerpc-linux-musl/files/0010-ldbl128-config.patch @@ -0,0 +1 @@ +../../gcc/patches/0010-ldbl128-config.patch \ No newline at end of file diff --git a/srcpkgs/cross-powerpc-linux-musl/files/libgcc-musl-ldbl128-config.patch b/srcpkgs/cross-powerpc-linux-musl/files/libgcc-musl-ldbl128-config.patch new file mode 120000 index 00000000000..03bb79505fe --- /dev/null +++ b/srcpkgs/cross-powerpc-linux-musl/files/libgcc-musl-ldbl128-config.patch @@ -0,0 +1 @@ +../../gcc/patches/libgcc-musl-ldbl128-config.patch \ No newline at end of file diff --git a/srcpkgs/cross-powerpc-linux-musl/template b/srcpkgs/cross-powerpc-linux-musl/template index 1c964425729..59c0ead46f3 100644 --- a/srcpkgs/cross-powerpc-linux-musl/template +++ b/srcpkgs/cross-powerpc-linux-musl/template @@ -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 " @@ -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"