]> git.pld-linux.org Git - packages/musl.git/blob - musl-gcc.patch
add patch for b5db195
[packages/musl.git] / musl-gcc.patch
1 --- musl-1.1.15/Makefile~       2016-07-06 00:58:46.000000000 +0300
2 +++ musl-1.1.15/Makefile        2016-09-18 22:35:27.074044634 +0300
3 @@ -186,7 +186,7 @@
4         sh $< "$(includedir)" "$(libdir)" "$(LDSO_PATHNAME)" > $@
5  
6  obj/musl-gcc: config.mak
7 -       printf '#!/bin/sh\nexec "$${REALGCC:-$(WRAPCC_GCC)}" "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@
8 +       printf '#!/bin/sh\nexec $${REALGCC:-$(WRAPCC_GCC)} "$$@" -specs "%s/musl-gcc.specs"\n' "$(libdir)" > $@
9         chmod +x $@
10  
11  obj/%-clang: $(srcdir)/tools/%-clang.in config.mak
This page took 0.065048 seconds and 3 git commands to generate.