Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl71 chomp(my $LIBTOOL = `xcrun -sdk "$ENV{'SDKROOT'}" -find libtool`);
126 my $linkCommand = "$LIBTOOL " . join(' ', @LIBTOOLFLAGS) . " -o $outputFile " . join(' ', @objects);
131 print "$LIBTOOL exited with value %d\n", $? >> 8;
/xnu-11215/libkern/kxld/
H A DMakefile89 LIBTOOL = xcrun -sdk $(SDK_DIR) libtool macro
149 $(LIBTOOL) -static -o $@ $^
/xnu-11215/makedefs/
H A DMakeInc.kernel186 $(_v)$(LIBTOOL) -static -csD -filelist link.filelist -o $@
251 $(LIBTOOL) -ca $(TARGET)/justlto.o/*.o -filelist nonltolink.filelist -o $@; \
253 $(LIBTOOL) -ca $(TARGET)/justlto.o -filelist nonltolink.filelist -o $@; \
256 …$(_v)$(LIBTOOL) -ca -filelist link.filelist version.o lastkerneldataconst.o lastkernelconstructor.…
H A DMakeInc.cmd89 LOG_LIBTOOL = $(call _LOG_HOST,LIBTOOL)
242 ifeq ($(origin LIBTOOL),undefined)
243 export LIBTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find libtool)