From 6f37b33313e549fc0305adeb8b253d638f671b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 22 Jan 2019 14:40:49 +0100 Subject: [PATCH] cross-powerpc64-linux-musl: add libgnarl-musl.patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/cross-powerpc64-linux-musl/files/libgnarl-musl.patch | 1 + srcpkgs/cross-powerpc64-linux-musl/template | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/cross-powerpc64-linux-musl/files/libgnarl-musl.patch diff --git a/srcpkgs/cross-powerpc64-linux-musl/files/libgnarl-musl.patch b/srcpkgs/cross-powerpc64-linux-musl/files/libgnarl-musl.patch new file mode 120000 index 0000000000..33ccc9789f --- /dev/null +++ b/srcpkgs/cross-powerpc64-linux-musl/files/libgnarl-musl.patch @@ -0,0 +1 @@ +../../gcc/files/libgnarl-musl.patch \ No newline at end of file diff --git a/srcpkgs/cross-powerpc64-linux-musl/template b/srcpkgs/cross-powerpc64-linux-musl/template index 80d6ef3464..7a6f81a829 100644 --- a/srcpkgs/cross-powerpc64-linux-musl/template +++ b/srcpkgs/cross-powerpc64-linux-musl/template @@ -10,7 +10,7 @@ _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} version=0.29 -revision=1 +revision=2 short_desc="Cross toolchain for powerpc64 with musl" maintainer="q66 " homepage="https://www.voidlinux.org/" @@ -85,6 +85,7 @@ _gcc_bootstrap() { _apply_patch -p0 ${FILESDIR}/musl-ada.patch _apply_patch -p0 ${FILESDIR}/fix-ppc64-float128-libstdc++.patch _apply_patch -p0 ${FILESDIR}/0010-ldbl128-config.patch + _apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch sed -i '/OSDIRNAMES/s/lib64/lib/' gcc/config/rs6000/t-linux sed -i '/m64=/s/lib64/lib/' gcc/config/rs6000/t-linux64