From 31f37e3bb0420dd1d036c49d38865af96915ae1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 22 Jan 2019 12:38:22 +0100 Subject: [PATCH] cross-mips-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-mips-linux-musl/files/libgnarl-musl.patch | 1 + srcpkgs/cross-mips-linux-musl/template | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/cross-mips-linux-musl/files/libgnarl-musl.patch diff --git a/srcpkgs/cross-mips-linux-musl/files/libgnarl-musl.patch b/srcpkgs/cross-mips-linux-musl/files/libgnarl-musl.patch new file mode 120000 index 0000000000..33ccc9789f --- /dev/null +++ b/srcpkgs/cross-mips-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-mips-linux-musl/template b/srcpkgs/cross-mips-linux-musl/template index 917317cdd2..130015cb9e 100644 --- a/srcpkgs/cross-mips-linux-musl/template +++ b/srcpkgs/cross-mips-linux-musl/template @@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} version=0.29 -revision=1 +revision=2 short_desc="Cross toolchain for MIPS32r2 BE softfloat target (musl)" maintainer="Juan RP " homepage="https://www.voidlinux.org/" @@ -85,6 +85,7 @@ _gcc_bootstrap() { cd ${wrksrc}/gcc-${_gcc_version} _apply_patch -p0 ${FILESDIR}/fix-cxxflags-passing.patch _apply_patch -p0 ${FILESDIR}/musl-ada.patch + _apply_patch -p1 ${FILESDIR}/libgnarl-musl.patch msg_normal "Building cross gcc bootstrap\n"