OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UniversalArchs
(Results
1 - 10
of
10
) 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'))
/frameworks/compile/libbcc/runtime/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'))
/frameworks/compile/libbcc/runtime/make/platform/
clang_darwin.mk
10
UniversalArchs
:=
16
UniversalArchs
.10.4 := i386 x86_64
21
UniversalArchs
.armv6 := armv6
darwin_bni.mk
9
UniversalArchs
:= $(RC_ARCHS)
darwin_fat.mk
27
UniversalArchs
:= i386 ppc x86_64
/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
.osx := $(call CheckArches,i386 x86_64,osx)
54
UniversalArchs
.cc_kext := $(call CheckArches,i386 x86_64,cc_kext)
58
UniversalArchs
.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
62
UniversalArchs
.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
65
UniversalArchs
.asan_osx_dynamic := $(call CheckArches,i386 x86_64,asan_osx_dynamic)
74
$(call Set,
UniversalArchs
.$(config),\
75
$(filter $(RC_SUPPORTED_ARCHS),$(
UniversalArchs
.$(config))))
[
all
...]
darwin_fat.mk
27
UniversalArchs
:= i386 x86_64
darwin_bni.mk
9
UniversalArchs
:= $(RC_ARCHS)
/frameworks/compile/libbcc/runtime/
Makefile
138
$(if $(call IsDefined,$(Tmp.Key).
UniversalArchs
),\
140
$(or $($(Tmp.Key).
UniversalArchs
.$(Tmp.Config)),\
141
$($(Tmp.Key).
UniversalArchs
))),\
210
$(if $(call IsDefined,$(Tmp.Key).
UniversalArchs
),-arch $(Tmp.Arch),)\
/external/compiler-rt/
Makefile
145
$(if $(call IsDefined,$(Tmp.Key).
UniversalArchs
),\
147
$(or $($(Tmp.Key).
UniversalArchs
.$(Tmp.Config)),\
148
$($(Tmp.Key).
UniversalArchs
))),\
237
$(if $(call IsDefined,$(Tmp.Key).
UniversalArchs
),-arch $(Tmp.Arch),)\
Completed in 587 milliseconds