Searched refs:LIBTOOL (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libsyscall/xcodescripts/
H A Dcompile-syscalls.pl68 chomp(my $LIBTOOL = `xcrun -sdk "$ENV{'SDKROOT'}" -find libtool`);
123 my $linkCommand = "$LIBTOOL " . join(' ', @LIBTOOLFLAGS) . " -o $outputFile " . join(' ', @objects);
128 print "$LIBTOOL exited with value %d\n", $? >> 8;
/darwin-on-arm/xnu/libkern/kmod/
H A DMakefile.kmod46 @echo LIBTOOL $(notdir $@)
47 $(_v)$(LIBTOOL) -static -o $@ $^ $(_vstdout) 2>&1
50 @echo LIBTOOL $(notdir $@)
51 $(_v)$(LIBTOOL) -static -o $@ $^ $(_vstdout) 2>&1
/darwin-on-arm/xnu/makedefs/
H A DMakeInc.cmd114 ifeq ($(LIBTOOL),)
115 export LIBTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find libtool)
251 ifeq ($(LIBTOOL),)
252 export LIBTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find libtool)
/darwin-on-arm/xnu/libkern/kxld/
H A DMakefile78 LIBTOOL = xcrun -sdk $(SDKROOT) libtool macro
135 $(LIBTOOL) -static -o $@ $^
/darwin-on-arm/xnu/libsyscall/
H A DMakefile8 LIBTOOL := $(shell xcrun -find libtool) macro
183 $(LIBTOOL) $(LIBTOOL_FLAGS) -static -filelist $(BUILDOBJS)/Objects.list $(BUILDROOT)/syscalls.a $(BUILDROOT)/$(RC_ProjectName)_version.o -o $(BUILDROOT)/$@.a

Completed in 21 milliseconds