Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/libkern/kxld/
H A DMakefile91 LIBTOOL = xcrun -sdk $(SDK_DIR) libtool macro
151 $(LIBTOOL) -static -o $@ $^
/xnu-8796.141.3/makedefs/
H A DMakeInc.kernel143 $(_v)$(LIBTOOL) -static -csD -filelist link.filelist -o $@
205 $(LIBTOOL) -ca $(TARGET)/justlto.o/*.o -filelist nonltolink.filelist -o $@; \
207 $(LIBTOOL) -ca $(TARGET)/justlto.o -filelist nonltolink.filelist -o $@; \
210 …$(_v)$(LIBTOOL) -ca -filelist link.filelist version.o lastkerneldataconst.o lastkernelconstructor.…
H A DMakeInc.cmd87 LOG_LIBTOOL = $(call _LOG_HOST,LIBTOOL)
207 ifeq ($(origin LIBTOOL),undefined)
208 export LIBTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find libtool)