Searched refs:LIBTOOL (Results 1 – 4 of 4) sorted by relevance
71 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;
89 LIBTOOL = xcrun -sdk $(SDK_DIR) libtool macro149 $(LIBTOOL) -static -o $@ $^
186 $(_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.…
89 LOG_LIBTOOL = $(call _LOG_HOST,LIBTOOL)242 ifeq ($(origin LIBTOOL),undefined)243 export LIBTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find libtool)