From: Rich Felker Date: Thu, 31 May 2012 01:19:32 +0000 (-0400) Subject: fix musl-gcc wrapper to work with -pie X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=ed6717277c4c5d6f3296d931d35a0f1beb73a024;hp=a34b0465ba14c70532b8eaba650a9eac228fce57 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 <