Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 1 | # mips specific configs |
| 2 | |
| 3 | # These are shared by all the 32-bit targets, but not the 64-bit ones. |
| 4 | libc_common_src_files_mips := \ |
| 5 | bionic/legacy_32_bit_support.cpp \ |
| 6 | bionic/ndk_cruft.cpp \ |
| 7 | |
| 8 | # These are shared by all the 32-bit targets, but not the 64-bit ones. |
| 9 | libc_bionic_src_files_mips += \ |
| 10 | bionic/mmap.cpp |
| 11 | |
| 12 | libc_common_src_files_mips += \ |
Elliott Hughes | 53e4329 | 2014-02-24 18:00:43 -0800 | [diff] [blame] | 13 | bionic/index.cpp \ |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 14 | bionic/memchr.c \ |
| 15 | bionic/memcmp.c \ |
| 16 | bionic/memmove.c \ |
| 17 | bionic/memrchr.c \ |
| 18 | bionic/strchr.cpp \ |
| 19 | bionic/strnlen.c \ |
Elliott Hughes | 53e4329 | 2014-02-24 18:00:43 -0800 | [diff] [blame] | 20 | bionic/strrchr.cpp \ |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 21 | upstream-freebsd/lib/libc/string/wcscat.c \ |
| 22 | upstream-freebsd/lib/libc/string/wcschr.c \ |
| 23 | upstream-freebsd/lib/libc/string/wcscmp.c \ |
| 24 | upstream-freebsd/lib/libc/string/wcscpy.c \ |
| 25 | upstream-freebsd/lib/libc/string/wcslen.c \ |
| 26 | upstream-freebsd/lib/libc/string/wcsrchr.c \ |
| 27 | upstream-freebsd/lib/libc/string/wmemcmp.c \ |
Elliott Hughes | 53e4329 | 2014-02-24 18:00:43 -0800 | [diff] [blame] | 28 | upstream-openbsd/lib/libc/string/bcopy.c \ |
| 29 | upstream-openbsd/lib/libc/string/strcat.c \ |
| 30 | upstream-openbsd/lib/libc/string/strcmp.c \ |
| 31 | upstream-openbsd/lib/libc/string/strcpy.c \ |
| 32 | upstream-openbsd/lib/libc/string/strlcat.c \ |
| 33 | upstream-openbsd/lib/libc/string/strlcpy.c \ |
| 34 | upstream-openbsd/lib/libc/string/strncat.c \ |
| 35 | upstream-openbsd/lib/libc/string/strncmp.c \ |
| 36 | upstream-openbsd/lib/libc/string/strncpy.c \ |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 37 | |
| 38 | # Fortify implementations of libc functions. |
| 39 | libc_common_src_files_mips += \ |
| 40 | bionic/__memcpy_chk.cpp \ |
| 41 | bionic/__memset_chk.cpp \ |
| 42 | bionic/__strcpy_chk.cpp \ |
| 43 | bionic/__strcat_chk.cpp \ |
| 44 | |
| 45 | |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 46 | ifneq ($(ARCH_MIPS_HAS_FPU),true) |
| 47 | libc_common_cflags_mips := \ |
| 48 | -DSOFTFLOAT |
| 49 | endif |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 50 | |
| 51 | ########################################## |
| 52 | ### CPU specific source files |
| 53 | libc_bionic_src_files_mips += \ |
Elliott Hughes | 36d6188 | 2013-11-19 13:31:58 -0800 | [diff] [blame] | 54 | arch-mips/bionic/__bionic_clone.S \ |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 55 | arch-mips/bionic/bzero.S \ |
Elliott Hughes | 14b467e | 2013-10-09 16:40:33 -0700 | [diff] [blame] | 56 | arch-mips/bionic/cacheflush.cpp \ |
Elliott Hughes | bf42568 | 2013-10-24 16:29:40 -0700 | [diff] [blame] | 57 | arch-mips/bionic/_exit_with_stack_teardown.S \ |
| 58 | arch-mips/bionic/futex_mips.S \ |
| 59 | arch-mips/bionic/__get_sp.S \ |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 60 | arch-mips/bionic/memcmp16.S \ |
Elliott Hughes | bf42568 | 2013-10-24 16:29:40 -0700 | [diff] [blame] | 61 | arch-mips/bionic/_setjmp.S \ |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 62 | arch-mips/bionic/setjmp.S \ |
Elliott Hughes | bf42568 | 2013-10-24 16:29:40 -0700 | [diff] [blame] | 63 | arch-mips/bionic/__set_tls.c \ |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 64 | arch-mips/bionic/sigsetjmp.S \ |
Chris Dearman | effaa78 | 2013-11-13 14:15:31 -0800 | [diff] [blame] | 65 | arch-mips/bionic/syscall.S \ |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 66 | arch-mips/bionic/vfork.S \ |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 67 | arch-mips/string/memcpy.S \ |
Elliott Hughes | bf42568 | 2013-10-24 16:29:40 -0700 | [diff] [blame] | 68 | arch-mips/string/memset.S \ |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 69 | arch-mips/string/mips_strlen.c \ |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 70 | |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 71 | |
Ying Wang | f25d677 | 2014-01-23 15:17:50 -0800 | [diff] [blame] | 72 | libc_crt_target_cflags_mips := \ |
| 73 | $($(my_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) \ |
| 74 | -I$(LOCAL_PATH)/arch-mips/include |
| 75 | |
| 76 | libc_crt_target_crtbegin_file_mips := \ |
| 77 | $(LOCAL_PATH)/arch-mips/bionic/crtbegin.c |
| 78 | |
| 79 | libc_crt_target_crtbegin_so_file_mips := \ |
| 80 | $(LOCAL_PATH)/arch-common/bionic/crtbegin_so.c |
| 81 | |
| 82 | libc_crt_target_so_cflags_mips := \ |
| 83 | -fPIC |