OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniversalArchs
(Results
1 - 5
of
5
) 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
71
UniversalArchs
:=
77
UniversalArchs
.eprintf := $(call CheckArches,i386,eprintf,$(OSX_SDK))
83
UniversalArchs
.10.4 := $(call CheckArches,i386 x86_64,10.4,$(OSX_SDK))
88
UniversalArchs
.ios := $(call CheckArches,i386 x86_64,ios,$(IOSSIM_SDK))
89
UniversalArchs
.ios += $(call CheckArches,armv7 arm64,ios,$(IOS_SDK))
94
UniversalArchs
.osx := $(call CheckArches,i386 x86_64 x86_64h,osx,$(OSX_SDK))
98
UniversalArchs
.cc_kext := $(call CheckArches,i386 x86_64 x86_64h,cc_kext,$(OSX_SDK))
102
UniversalArchs
.cc_kext_ios += $(call CheckArches,armv7,cc_kext_ios,$(IOS_SDK))
109
UniversalArchs
.ios := $(filter-out armv7, $(
UniversalArchs
.ios)
[
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_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 242 milliseconds