OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IOSSIM_SDK
(Results
1 - 2
of
2
) sorted by null
/external/clang/runtime/compiler-rt/
Makefile
85
IOSSIM_SDK
:= $(shell xcrun --show-sdk-path -sdk iphonesimulator 2> /dev/null)
87
ifneq ($(IOS_SDK)$(
IOSSIM_SDK
),)
97
ifneq ($(
IOSSIM_SDK
),)
/external/compiler-rt/make/platform/
clang_darwin.mk
68
IOSSIM_SDK
:= $(call XCRunSdkPath,iphonesimulator)
88
UniversalArchs.ios := $(call CheckArches,i386 x86_64,ios,$(
IOSSIM_SDK
))
108
UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64,profile_ios,$(
IOSSIM_SDK
))
116
UniversalArchs.asan_iossim_dynamic := $(call CheckArches,i386 x86_64,asan_iossim_dynamic,$(
IOSSIM_SDK
))
122
UniversalArchs.ubsan_iossim_dynamic := $(call CheckArches,i386 x86_64,ubsan_iossim_dynamic,$(
IOSSIM_SDK
))
168
IOSSIM_DEPLOYMENT_ARGS += -isysroot $(
IOSSIM_SDK
)
175
-isysroot $(
IOSSIM_SDK
)
Completed in 70 milliseconds