From: Rich Felker Date: Thu, 31 May 2012 01:19:32 +0000 (-0400) Subject: fix musl-gcc wrapper to work with -pie X-Git-Tag: v0.9.1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed6717277c4c5d6f3296d931d35a0f1beb73a024;p=musl fix musl-gcc wrapper to work with -pie linking the wrong crt1.o resulted in textrels and thus crashing --- diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh index 30b2676d..5604685a 100644 --- a/tools/musl-gcc.specs.sh +++ b/tools/musl-gcc.specs.sh @@ -17,7 +17,7 @@ cat <