X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=configure;h=19c241e634b633cefc339e4efaa40420624923de;hp=327734ae6b72ddc894395dad25f3c382b32485bf;hb=3d99266b5e8fc6374a9d930f3ae9d444ffebb11e;hpb=607b05aca683eee5bcdb7bf9af4ebf02adc635d9;ds=sidebyside diff --git a/configure b/configure index 327734ae..19c241e6 100755 --- a/configure +++ b/configure @@ -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"