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
33
UniversalArchs
:=
39
UniversalArchs
.eprintf := $(call CheckArches,i386,eprintf)
45
UniversalArchs
.10.4 := $(call CheckArches,i386 x86_64,10.4)
50
UniversalArchs
.ios := $(call CheckArches,i386 x86_64 armv7,ios)
55
UniversalArchs
.osx := $(call CheckArches,i386 x86_64,osx)
59
UniversalArchs
.cc_kext := $(call CheckArches,armv7 i386 x86_64,cc_kext)
64
UniversalArchs
.cc_kext_ios5 := $(call CheckArches,x86_64 armv7,cc_kext_ios5)
68
UniversalArchs
.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
70
UniversalArchs
.profile_ios := $(call CheckArches,i386 x86_64 armv7,profile_ios)
74
UniversalArchs
.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic
[
all
...]
darwin_fat.mk
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 2011 milliseconds