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;
91 LIBTOOL = xcrun -sdk $(SDK_DIR) libtool macro151 $(LIBTOOL) -static -o $@ $^
143 $(_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.…
87 LOG_LIBTOOL = $(call _LOG_HOST,LIBTOOL)207 ifeq ($(origin LIBTOOL),undefined)208 export LIBTOOL := $(shell $(XCRUN) -sdk $(SDKROOT) -find libtool)