use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapper
authorRich Felker <dalias@aerifal.cx>
Tue, 1 Mar 2011 17:04:36 +0000 (12:04 -0500)
committerRich Felker <dalias@aerifal.cx>
Tue, 1 Mar 2011 17:04:36 +0000 (12:04 -0500)
commit71df8b2760348c55b1c0d04aeebcae372d9760d3
tree7652ae7f5e91229c63e59b132dd4d293c2685861
parent07e9d63b8f0614f582f0f453437eaafe92441435
use -L/...../ -lgcc instead of /...../libgcc.a in musl-gcc wrapper

this should avoid warnings about unused libs when not linking, and
might fix some other obscure issues too. i might replace this approach
with a completely different one soon though.
tools/gen-musl-gcc.sh