2013-02-26 10:30:00 +01:00
|
|
|
_LIBC_ARCH_COMMON_SRC_FILES := \
|
|
|
|
arch-mips/bionic/bzero.S \
|
2013-10-10 01:40:33 +02:00
|
|
|
arch-mips/bionic/cacheflush.cpp \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/clone.S \
|
2013-10-25 01:29:40 +02:00
|
|
|
arch-mips/bionic/_exit_with_stack_teardown.S \
|
|
|
|
arch-mips/bionic/futex_mips.S \
|
|
|
|
arch-mips/bionic/__get_sp.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/memcmp16.S \
|
|
|
|
arch-mips/bionic/memmove.c \
|
2013-10-25 01:29:40 +02:00
|
|
|
arch-mips/bionic/_setjmp.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/setjmp.S \
|
2013-10-25 01:29:40 +02:00
|
|
|
arch-mips/bionic/__set_tls.c \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/sigsetjmp.S \
|
2013-11-13 23:15:31 +01:00
|
|
|
arch-mips/bionic/syscall.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/bionic/vfork.S \
|
|
|
|
arch-mips/string/memcpy.S \
|
2013-10-25 01:29:40 +02:00
|
|
|
arch-mips/string/memset.S \
|
2013-02-26 10:30:00 +01:00
|
|
|
arch-mips/string/mips_strlen.c \
|
|
|
|
|
|
|
|
_LIBC_ARCH_STATIC_SRC_FILES := \
|
|
|
|
bionic/dl_iterate_phdr_static.c \
|
|
|
|
|
|
|
|
_LIBC_ARCH_DYNAMIC_SRC_FILES :=
|