2013-02-26 01:30:00 -08:00
|
|
|
_LIBC_ARCH_COMMON_SRC_FILES := \
|
2013-11-19 13:31:58 -08:00
|
|
|
arch-mips/bionic/__bionic_clone.S \
|
2013-02-26 01:30:00 -08:00
|
|
|
arch-mips/bionic/bzero.S \
|
2013-10-09 16:40:33 -07:00
|
|
|
arch-mips/bionic/cacheflush.cpp \
|
2013-10-24 16:29:40 -07:00
|
|
|
arch-mips/bionic/_exit_with_stack_teardown.S \
|
|
|
|
arch-mips/bionic/futex_mips.S \
|
|
|
|
arch-mips/bionic/__get_sp.S \
|
2013-02-26 01:30:00 -08:00
|
|
|
arch-mips/bionic/memcmp16.S \
|
|
|
|
arch-mips/bionic/memmove.c \
|
2013-10-24 16:29:40 -07:00
|
|
|
arch-mips/bionic/_setjmp.S \
|
2013-02-26 01:30:00 -08:00
|
|
|
arch-mips/bionic/setjmp.S \
|
2013-10-24 16:29:40 -07:00
|
|
|
arch-mips/bionic/__set_tls.c \
|
2013-02-26 01:30:00 -08:00
|
|
|
arch-mips/bionic/sigsetjmp.S \
|
2013-11-13 14:15:31 -08:00
|
|
|
arch-mips/bionic/syscall.S \
|
2013-02-26 01:30:00 -08:00
|
|
|
arch-mips/bionic/vfork.S \
|
|
|
|
arch-mips/string/memcpy.S \
|
2013-10-24 16:29:40 -07:00
|
|
|
arch-mips/string/memset.S \
|
2013-02-26 01:30:00 -08:00
|
|
|
arch-mips/string/mips_strlen.c \
|
|
|
|
|
|
|
|
_LIBC_ARCH_STATIC_SRC_FILES := \
|
|
|
|
bionic/dl_iterate_phdr_static.c \
|
|
|
|
|
|
|
|
_LIBC_ARCH_DYNAMIC_SRC_FILES :=
|