OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcrun
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/make/platform/
darwin_bni.mk
12
override CC := $(shell
xcrun
-sdk $(SDKROOT) -find clang)
13
AR := $(shell
xcrun
-sdk $(SDKROOT) -find ar)
14
RANLIB := $(shell
xcrun
-sdk $(SDKROOT) -find ranlib)
15
STRIP := $(shell
xcrun
-sdk $(SDKROOT) -find strip)
16
LIPO := $(shell
xcrun
-sdk $(SDKROOT) -find lipo)
/external/llvm/utils/buildit/
build_llvm
91
T=`
xcrun
-sdk $SDKROOT -find ${prog}`
99
T=`
xcrun
-sdk $SDKROOT -find ${prog}`
213
STRIP=`
xcrun
-sdk $SDKROOT -find strip`
Completed in 3413 milliseconds