Searched defs:IOSSIM_SDK_PATH (Results 1 - 2 of 2) sorted by relevance

/external/clang/runtime/compiler-rt/
H A DMakefile104 IOSSIM_SDK_PATH := $(shell xcrun --show-sdk-path -sdk iphonesimulator 2> /dev/null) macro
105 ifneq ($(IOSSIM_SDK_PATH),)
/external/compiler-rt/make/platform/
H A Dclang_darwin.mk100 IOSSIM_SDK_PATH := $(call XCRunSdkPath,iphonesimulator) macro
101 ifneq ($(IOSSIM_SDK_PATH),)
166 -isysroot $(IOSSIM_SDK_PATH) \
211 -mios-simulator-version-min=7.0 -isysroot $(IOSSIM_SDK_PATH)

Completed in 135 milliseconds