HomeSort by relevance Sort by last modified time
    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)

Completed in 32 milliseconds