From: Rich Felker Date: Tue, 24 Jul 2012 03:29:03 +0000 (-0400) Subject: gcc wrapper improvement: leave libgcc dir in the library path X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=5d26d5d15bf6c2fc8c0e58b76fb418b51e207af7 gcc wrapper improvement: leave libgcc dir in the library path this is needed in case -lgcc is passed explicitly on the link command line, for example if the wrapper is being used to build musl itself. --- diff --git a/tools/musl-gcc.specs.sh b/tools/musl-gcc.specs.sh index 5f6504e2..3e88c5d1 100644 --- a/tools/musl-gcc.specs.sh +++ b/tools/musl-gcc.specs.sh @@ -11,7 +11,7 @@ cat <