OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniversalArchs
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/make/
lib_platforms.mk
7
PerConfigVariables :=
UniversalArchs
Arch $(AvailableOptions)
45
# Check that exactly one of
UniversalArchs
or Arch was defined.
46
$$(if $$(and $$(call strneq,UNDEFINED,$$(
UniversalArchs
)),\
48
$$(error '$(1)': cannot define both '
UniversalArchs
' and 'Arch'))
49
$$(if $$(or $$(call strneq,UNDEFINED,$$(
UniversalArchs
)),\
51
$$(error '$(1)': must define one of '
UniversalArchs
' and 'Arch'))
/external/compiler-rt/make/platform/
clang_darwin.mk
57
UniversalArchs
:=
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)
88
UniversalArchs
.cc_kext_ios5 := $(call CheckArches,x86_64 x86_64h armv7,cc_kext_ios5)
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
[
all
...]
clang_macho_embedded.mk
43
UniversalArchs
:=
48
UniversalArchs
.soft_static := $(call CheckArches,armv6m armv7m armv7em armv7,soft_static)
49
Configs += $(if $(
UniversalArchs
.soft_static),soft_static)
54
UniversalArchs
.hard_static := $(call CheckArches,armv7em armv7 i386 x86_64,hard_static)
55
Configs += $(if $(
UniversalArchs
.hard_static),hard_static)
57
UniversalArchs
.soft_pic := $(call CheckArches,armv6m armv7m armv7em armv7,soft_pic)
58
Configs += $(if $(
UniversalArchs
.soft_pic),soft_pic)
60
UniversalArchs
.hard_pic := $(call CheckArches,armv7em armv7 i386 x86_64,hard_pic)
61
Configs += $(if $(
UniversalArchs
.hard_pic),hard_pic)
darwin_fat.mk
11
#
UniversalArchs
- A list of architectures to build for, when using universal build
27
UniversalArchs
:= i386 x86_64
darwin_bni.mk
9
UniversalArchs
:= $(RC_ARCHS)
/external/compiler-rt/
Makefile
147
$(if $(call IsDefined,$(Tmp.Key).
UniversalArchs
),\
149
$(or $($(Tmp.Key).
UniversalArchs
.$(Tmp.Config)),\
150
$($(Tmp.Key).
UniversalArchs
))),\
243
$(if $(call IsDefined,$(Tmp.Key).
UniversalArchs
),-arch $(Tmp.Arch),)\
Completed in 56 milliseconds