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
23
CompilerTargetArch
:= $(firstword $(subst -, ,$(CompilerTargetTriple)))
24
ifeq ($(call contains,i386 x86_64,$(
CompilerTargetArch
)),true)
38
ifeq ($(
CompilerTargetArch
),i386)
Completed in 560 milliseconds