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

/external/compiler-rt/make/platform/
H A Dclang_linux.mk22 # Define configs only if arch in triple is i386 or x86_64
24 ifeq ($(call contains,i386 x86_64,$(CompilerTargetArch)),true)
38 ifeq ($(CompilerTargetArch),i386)
39 SupportedArches := i386
46 SupportedArches += i386
50 # Build runtime libraries for i386.
51 ifeq ($(call contains,$(SupportedArches),i386),true)
52 Configs += builtins-i386 profile-i386 san-i386 asa
[all...]
H A Ddarwin_fat.mk27 UniversalArchs := i386 x86_64
47 FUNCTIONS.i386 := $(CommonFunctions) $(ArchFunctions.i386)
H A Dclang_darwin.mk61 # needed on i386.
63 UniversalArchs.eprintf := $(call CheckArches,i386,eprintf)
69 UniversalArchs.10.4 := $(call CheckArches,i386 x86_64,10.4)
74 UniversalArchs.ios := $(call CheckArches,i386 x86_64 x86_64h armv7,ios)
79 UniversalArchs.osx := $(call CheckArches,i386 x86_64 x86_64h,osx)
83 UniversalArchs.cc_kext := $(call CheckArches,armv7 i386 x86_64 x86_64h,cc_kext)
92 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64 x86_64h,profile_osx)
94 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 x86_64h armv7,profile_ios)
98 UniversalArchs.asan_osx_dynamic := $(call CheckArches,i386 x86_64 x86_64h,asan_osx_dynamic)
103 UniversalArchs.asan_iossim_dynamic := $(call CheckArches,i386 x86_6
[all...]
H A Dclang_macho_embedded.mk54 UniversalArchs.hard_static := $(call CheckArches,armv7em armv7 i386 x86_64,hard_static)
60 UniversalArchs.hard_pic := $(call CheckArches,armv7em armv7 i386 x86_64,hard_pic)
86 CFLAGS.hard_static.i386 := $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_I386)
87 CFLAGS.hard_pic.i386 := $(CFLAGS) $(PIC_CFLAGS) $(CFLAGS_I386)
284 FUNCTIONS.hard_static.i386 := $(FUNCTIONS_I386)
285 FUNCTIONS.hard_pic.i386 := $(FUNCTIONS_I386)
H A Ddarwin_bni.mk52 FUNCTIONS.i386 := $(FUNCTIONS) \

Completed in 155 milliseconds