diff --git a/srcpkgs/cross-mips-linux-muslhf/files/libgnarl-musl.patch b/srcpkgs/cross-mips-linux-muslhf/files/libgnarl-musl.patch new file mode 120000 index 0000000000..33ccc9789f --- /dev/null +++ b/srcpkgs/cross-mips-linux-muslhf/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-muslhf/template b/srcpkgs/cross-mips-linux-muslhf/template index ea5478cfee..e021105a27 100644 --- a/srcpkgs/cross-mips-linux-muslhf/template +++ b/srcpkgs/cross-mips-linux-muslhf/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 hardfloat target (musl)" maintainer="hipperson0 " 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"