]> git.pld-linux.org Git - packages/musl.git/commitdiff
add patch for b5db195 auto/th/musl-1.1.15-2
authorElan Ruusamäe <glen@delfi.ee>
Sun, 18 Sep 2016 19:45:17 +0000 (22:45 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 18 Sep 2016 19:45:17 +0000 (22:45 +0300)
musl-gcc.patch [new file with mode: 0644]

diff --git a/musl-gcc.patch b/musl-gcc.patch
new file mode 100644 (file)
index 0000000..442ec61
--- /dev/null
@@ -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
This page took 0.227312 seconds and 4 git commands to generate.