Home | History | Annotate | Download | only in compiler-rt

Lines Matching refs:arch

200 # $(1): arch
205 $(error Unsupported ARCH $(1)))))
209 # $(2): arch
211 # If lib/<arch>/X.S is included in the source list, we should filter out lib/X.c
212 # in the result source list (i.e., use the one optimized for the arch.) Otherwise
272 arch :=
274 arch := $(TARGET_ARCH)
276 arch := $(HOST_ARCH)
294 ifeq ($$(arch),arm)
303 LOCAL_SRC_FILES := $$(call get-libcompiler-rt-source-files,$$(arch))