Searched defs:i386 (Results 1 - 4 of 4) sorted by relevance

/external/compiler-rt/make/platform/
H A Dclang_linux.mk27 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
28 Configs += full-i386 full-x86_64
29 Arch.full-i386 := i386
34 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
35 Configs += profile-i386 profile-x86_64
36 Arch.profile-i386 := i386
41 ifeq ($(CompilerTargetArch),i386)
42 Configs += asan-i386
[all...]
H A Dclang_darwin.mk37 # needed on i386.
39 UniversalArchs.eprintf := $(call CheckArches,i386,eprintf)
45 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
51 UniversalArchs.ios := $(call CheckArches,i386 x86_64 armv6 armv7,ios)
56 UniversalArchs.osx := $(call CheckArches,i386 x86_64,osx)
60 UniversalArchs.cc_kext := $(call CheckArches,armv6 armv7 i386 x86_64,cc_kext)
64 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
66 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv6 armv7,profile_ios)
70 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
111 CFLAGS.ios.i386
[all...]
H A Ddarwin_fat.mk27 UniversalArchs := i386 x86_64
47 FUNCTIONS.i386 := $(CommonFunctions) $(ArchFunctions.i386)
H A Ddarwin_bni.mk51 FUNCTIONS.i386 := $(FUNCTIONS) \

Completed in 71 milliseconds