Home | History | Annotate | Download | only in platform

Lines Matching refs:xcrun

42 XCRun = \
44 result=`xcrun -find $(1) 2> /dev/null`; \
50 result=`xcrun --sdk $(1).internal --show-sdk-path 2> /dev/null`; \
52 result=`xcrun --sdk $(1) --show-sdk-path 2> /dev/null`; \
58 CC := $(call XCRun,clang)
60 AR := $(call XCRun,ar)
61 RANLIB := $(call XCRun,ranlib)
62 STRIP := $(call XCRun,strip)
63 LIPO := $(call XCRun,lipo)
64 DSYMUTIL := $(call XCRun,dsymutil)