Searched refs:STRIP (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/tools/tests/execperf/
H A DMakefile19 STRIP = $(shell xcrun -sdk "$(SDKROOT)" -find strip) macro
105 $(STRIP) -S -o $@ $(SYMROOT)/run
/xnu-2782.1.97/libkern/kxld/
H A DMakefile89 STRIP = xcrun -sdk $(SDK_DIR) strip macro
158 $(STRIP) -S -x $@
/xnu-2782.1.97/makedefs/
H A DMakeInc.cmd92 ifeq ($(STRIP),)
93 export STRIP := $(shell $(XCRUN) -sdk $(SDKROOT) -find strip)

Completed in 90 milliseconds