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)
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.


No differences found