Home
last modified time | relevance | path

Searched refs:LIBCC (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/
Dconfigure42 LIBCC compiler runtime library [detected]
182 LIBCC=*) LIBCC=${arg#*=} ;;
567 test -z "$LIBCC" && tryldflag LIBCC -lgcc && tryldflag LIBCC -lgcc_eh
568 test -z "$LIBCC" && tryldflag LIBCC -lcompiler_rt
569 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
DMakefile42 LIBCC = -lgcc macro
162 -Wl,-e,_dlstart -o $@ $(LOBJS) $(LDSO_OBJS) $(LIBCC)
/third_party/lz4/
DMakefile193 ctocpptest: LIBCC="$(CC)" macro
197 CC=$(LIBCC) $(MAKE) -C $(LZ4DIR) CFLAGS="$(CFLAGS)" all
198 CC=$(LIBCC) $(MAKE) -C $(TESTDIR) CFLAGS="$(CFLAGS)" lz4.o lz4hc.o lz4frame.o
/third_party/musl/porting/linux/user/
DMakefile42 LIBCC = -lgcc macro
162 -Wl,-e,_dlstart -o $@ $(LOBJS) $(LDSO_OBJS) $(LIBCC)