Searched refs:LIBCC (Results 1 – 4 of 4) sorted by relevance
42 LIBCC compiler runtime library [detected]182 LIBCC=*) LIBCC=${arg#*=} ;;567 test -z "$LIBCC" && tryldflag LIBCC -lgcc && tryldflag LIBCC -lgcc_eh568 test -z "$LIBCC" && tryldflag LIBCC -lcompiler_rt569 test -z "$LIBCC" && try_libcc=`$CC -print-libgcc-file-name 2>/dev/null` \570 && tryldflag LIBCC "$try_libcc"571 test -z "$LIBCC" && try_libcc=`$CC -print-file-name=libpcc.a 2>/dev/null` \572 && tryldflag LIBCC "$try_libcc"573 printf "using compiler runtime libraries: %s\n" "$LIBCC"770 LIBCC = $LIBCC
42 LIBCC = -lgcc macro162 -Wl,-e,_dlstart -o $@ $(LOBJS) $(LDSO_OBJS) $(LIBCC)
193 ctocpptest: LIBCC="$(CC)" macro197 CC=$(LIBCC) $(MAKE) -C $(LZ4DIR) CFLAGS="$(CFLAGS)" all198 CC=$(LIBCC) $(MAKE) -C $(TESTDIR) CFLAGS="$(CFLAGS)" lz4.o lz4hc.o lz4frame.o