From d8f773ec327278e6e5a5177c6f974691feebbe89 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 18 Sep 2016 22:45:17 +0300 Subject: [PATCH] add patch for b5db195 --- musl-gcc.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 musl-gcc.patch diff --git a/musl-gcc.patch b/musl-gcc.patch new file mode 100644 index 0000000..442ec61 --- /dev/null +++ b/musl-gcc.patch @@ -0,0 +1,11 @@ +--- musl-1.1.15/Makefile~ 2016-07-06 00:58:46.000000000 +0300 ++++ musl-1.1.15/Makefile 2016-09-18 22:35:27.074044634 +0300 +@@ -186,7 +186,7 @@ + sh $< "$(includedir)" "$(libdir)" "$(LDSO_PATHNAME)" > $@ + + obj/musl-gcc: config.mak +- printf '#!/bin/sh\nexec "$${REALGCC:-$(WRAPCC_GCC)}" "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@ ++ printf '#!/bin/sh\nexec $${REALGCC:-$(WRAPCC_GCC)} "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@ + chmod +x $@ + + obj/%-clang: $(srcdir)/tools/%-clang.in config.mak -- 2.43.0