HomeSort by relevance Sort by last modified time
    Searched full:universalarchs (Results 1 - 10 of 10) sorted by null

  /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/
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'))
  /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)
51 UniversalArchs.ios := $(call CheckArches,i386 x86_64 armv6 armv7,ios)
56 UniversalArchs.osx := $(call CheckArches,i386 x86_64,osx)
60 UniversalArchs.cc_kext := $(call CheckArches,armv6 armv7 i386 x86_64,cc_kext)
64 UniversalArchs.profile_osx := $(call CheckArches,i386 x86_64,profile_osx)
66 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv6 armv7,profile_ios)
70 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
79 $(call Set,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 138 $(if $(call IsDefined,$(Tmp.Key).UniversalArchs),\
140 $(or $($(Tmp.Key).UniversalArchs.$(Tmp.Config)),\
141 $($(Tmp.Key).UniversalArchs))),\
215 $(if $(call IsDefined,$(Tmp.Key).UniversalArchs),-arch $(Tmp.Arch),)\

Completed in 151 milliseconds