Searched refs:LIBCC (Results 1 – 5 of 5) sorted by relevance
45 LIBCC compiler runtime library [detected]187 LIBCC=*) LIBCC=${arg#*=} ;;595 test -z "$LIBCC" && tryldflag LIBCC -lgcc && tryldflag LIBCC -lgcc_eh596 test -z "$LIBCC" && tryldflag LIBCC -lcompiler_rt597 test -z "$LIBCC" && try_libcc=`$CC -print-libgcc-file-name 2>/dev/null` \598 && tryldflag LIBCC "$try_libcc"599 test -z "$LIBCC" && try_libcc=`$CC -print-file-name=libpcc.a 2>/dev/null` \600 && tryldflag LIBCC "$try_libcc"601 printf "using compiler runtime libraries: %s\n" "$LIBCC"796 LIBCC = $LIBCC
43 LIBCC = -lgcc macro163 -Wl,-e,_dlstart -o $@ $(LOBJS) $(LDSO_OBJS) $(LIBCC)
217 ctocpptest: LIBCC="$(CC)" macro221 CC=$(LIBCC) $(MAKE) -C $(LZ4DIR) CFLAGS="$(CFLAGS)" all222 CC=$(LIBCC) $(MAKE) -C $(TESTDIR) CFLAGS="$(CFLAGS)" lz4.o lz4hc.o lz4frame.o