gcc wrapper improvement: leave libgcc dir in the library path
authorRich Felker <dalias@aerifal.cx>
Tue, 24 Jul 2012 03:29:03 +0000 (23:29 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 24 Jul 2012 03:29:03 +0000 (23:29 -0400)
commit5d26d5d15bf6c2fc8c0e58b76fb418b51e207af7
tree9fa82802fd5f8b4dacb4859389027e4788cd860c
parentd426b045332718ae6d42237303d657fd97c51455
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.
tools/musl-gcc.specs.sh