From 9cc63f577b29987fdba2a966d29aab44ffd1b983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 22 Jan 2019 12:13:35 +0100 Subject: [PATCH] cross-armv7l-linux-musleabihf: 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 --- .../cross-armv7l-linux-musleabihf/files/libgnarl-musl.patch | 1 + srcpkgs/cross-armv7l-linux-musleabihf/template | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 120000 srcpkgs/cross-armv7l-linux-musleabihf/files/libgnarl-musl.patch diff --git a/srcpkgs/cross-armv7l-linux-musleabihf/files/libgnarl-musl.patch b/srcpkgs/cross-armv7l-linux-musleabihf/files/libgnarl-musl.patch new file mode 120000 index 0000000000..33ccc9789f --- /dev/null +++ b/srcpkgs/cross-armv7l-linux-musleabihf/files/libgnarl-musl.patch @@ -0,0 +1 @@ +../../gcc/files/libgnarl-musl.patch \ No newline at end of file diff --git a/srcpkgs/cross-armv7l-linux-musleabihf/template b/srcpkgs/cross-armv7l-linux-musleabihf/template index 632cd01ae8..a99dce803f 100644 --- a/srcpkgs/cross-armv7l-linux-musleabihf/template +++ b/srcpkgs/cross-armv7l-linux-musleabihf/template @@ -12,7 +12,7 @@ _sysroot="/usr/${_triplet}" pkgname=cross-${_triplet} version=0.29 -revision=1 +revision=2 short_desc="Cross toolchain for ARMv7 LE Hard Float 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"