Lines Matching refs:LIBCC
45 LIBCC compiler runtime library [detected]
187 LIBCC=*) LIBCC=${arg#*=} ;;
618 test -z "$LIBCC" && tryldflag LIBCC -lgcc && tryldflag LIBCC -lgcc_eh
619 test -z "$LIBCC" && tryldflag LIBCC -lcompiler_rt
620 test -z "$LIBCC" && try_libcc=`$CC -print-libgcc-file-name 2>/dev/null` \
621 && tryldflag LIBCC "$try_libcc"
622 test -z "$LIBCC" && try_libcc=`$CC -print-file-name=libpcc.a 2>/dev/null` \
623 && tryldflag LIBCC "$try_libcc"
624 printf "using compiler runtime libraries: %s\n" "$LIBCC"
827 LIBCC = $LIBCC