abstract out compiler runtime library for linking libc.so
authorRich Felker <dalias@aerifal.cx>
Fri, 3 Aug 2012 01:05:43 +0000 (21:05 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 3 Aug 2012 01:05:43 +0000 (21:05 -0400)
commit1b23145e8890f4930c9129ed3f28eea9cbb1effc
tree36d279ea8172b47618e13d73718257147c2b40bb
parentb0fc78520d7d51ab064f629e228c27d0fa5a4b82
abstract out compiler runtime library for linking libc.so

this allows config.mak to override the default -lgcc for building with
other compilers such as pcc/clang/etc.
Makefile