author | Rich Felker <dalias@aerifal.cx> | 2012年10月26日 16:30:07 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012年10月26日 16:30:07 -0400 |
commit | 3d99266b5e8fc6374a9d930f3ae9d444ffebb11e (patch) | |
tree | 26dcfefc5b77e2283527ea3c2749fe1d3e479f0a /configure | |
parent | 607b05aca683eee5bcdb7bf9af4ebf02adc635d9 (diff) | |
download | musl-3d99266b5e8fc6374a9d930f3ae9d444ffebb11e.tar.gz |
-rwxr-xr-x | configure | 1 |
@@ -299,6 +299,7 @@ shared=no # Find compiler runtime library test -z "$LIBCC" && tryldflag LIBCC -lgcc && tryldflag LIBCC -lgcc_eh test -z "$LIBCC" && tryldflag LIBCC -lcompiler_rt +test -z "$LIBCC" && tryldflag LIBCC -lpcc printf "using compiler runtime libraries: %s\n" "$LIBCC" |