OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compilertargetarch
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/make/platform/
clang_linux.mk
21
CompilerTargetArch
:= $(firstword $(subst -, ,$(CompilerTargetTriple)))
27
ifeq ($(call contains,i386 x86_64,$(
CompilerTargetArch
)),true)
34
ifeq ($(call contains,i386 x86_64,$(
CompilerTargetArch
)),true)
41
ifeq ($(
CompilerTargetArch
),i386)
45
ifeq ($(
CompilerTargetArch
),x86_64)
51
ifeq ($(
CompilerTargetArch
),x86_64)
Completed in 38 milliseconds