Home
last modified time | relevance | path

Searched refs:STRIP (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/tools/tests/
H A DMakefile.common96 ifeq ($(origin STRIP),undefined)
97 export STRIP := $(shell $(XCRUN) -sdk "$(TARGETSDK)" -find strip)
/xnu-11215/libkern/kxld/
H A DMakefile90 STRIP = xcrun -sdk $(SDK_DIR) strip macro
160 $(STRIP) -S -x $@
/xnu-11215/tools/tests/execperf/
H A DMakefile85 $(STRIP) -S -o $@ $(SYMROOT)/run
/xnu-11215/makedefs/
H A DMakeInc.cmd87 LOG_STRIP = $(call _LOG_HOST,STRIP)
236 ifeq ($(origin STRIP),undefined)
237 export STRIP := $(shell $(XCRUN) -sdk $(SDKROOT) -find strip)
H A DMakeInc.kernel138 $(_v)$(STRIP) $(STRIP_FLAGS) $< -o $@