The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |
| 3 | include $(LOCAL_PATH)/arch-$(TARGET_ARCH)/syscalls.mk |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 4 | |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 5 | # Make everything depend on any changes to included makefiles. |
| 6 | libc_common_additional_dependencies := \ |
| 7 | $(LOCAL_PATH)/arch-$(TARGET_ARCH)/syscalls.mk \ |
| 8 | $(LOCAL_PATH)/Android.mk \ |
| 9 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 10 | # Define the common source files for all the libc instances |
| 11 | # ========================================================= |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 12 | libc_common_src_files := \ |
| 13 | $(syscall_src) \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 14 | unistd/alarm.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 15 | unistd/exec.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 16 | unistd/fnmatch.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 17 | unistd/syslog.c \ |
| 18 | unistd/system.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 19 | unistd/time.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 20 | stdio/asprintf.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 21 | stdio/fflush.c \ |
| 22 | stdio/fgetc.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 23 | stdio/findfp.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 24 | stdio/fprintf.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 25 | stdio/fputc.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 26 | stdio/fread.c \ |
| 27 | stdio/freopen.c \ |
| 28 | stdio/fscanf.c \ |
| 29 | stdio/fseek.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 30 | stdio/ftell.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 31 | stdio/fvwrite.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 32 | stdio/gets.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 33 | stdio/printf.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 34 | stdio/refill.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 35 | stdio/rewind.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 36 | stdio/scanf.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 37 | stdio/snprintf.c\ |
| 38 | stdio/sprintf.c \ |
| 39 | stdio/sscanf.c \ |
| 40 | stdio/stdio.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 41 | stdio/ungetc.c \ |
| 42 | stdio/vasprintf.c \ |
| 43 | stdio/vfprintf.c \ |
| 44 | stdio/vfscanf.c \ |
| 45 | stdio/vprintf.c \ |
| 46 | stdio/vsnprintf.c \ |
| 47 | stdio/vsprintf.c \ |
| 48 | stdio/vscanf.c \ |
| 49 | stdio/vsscanf.c \ |
| 50 | stdio/wbuf.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 51 | stdlib/atexit.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 52 | stdlib/ctype_.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 53 | stdlib/exit.c \ |
| 54 | stdlib/getenv.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 55 | stdlib/putenv.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 56 | stdlib/setenv.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 57 | stdlib/strtod.c \ |
| 58 | stdlib/strtoimax.c \ |
| 59 | stdlib/strtol.c \ |
| 60 | stdlib/strtoll.c \ |
| 61 | stdlib/strtoul.c \ |
| 62 | stdlib/strtoull.c \ |
| 63 | stdlib/strtoumax.c \ |
| 64 | stdlib/tolower_.c \ |
| 65 | stdlib/toupper_.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 66 | string/strcasecmp.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 67 | string/strcspn.c \ |
| 68 | string/strdup.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 69 | string/strpbrk.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 70 | string/strsep.c \ |
| 71 | string/strspn.c \ |
| 72 | string/strstr.c \ |
| 73 | string/strtok.c \ |
David 'Digit' Turner | 3527fd6 | 2010-06-14 17:18:35 -0700 | [diff] [blame] | 74 | wchar/wcswidth.c \ |
Kristian Monsen | 7046561 | 2010-06-16 14:51:52 +0100 | [diff] [blame] | 75 | wchar/wcsxfrm.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 76 | bionic/arc4random.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 77 | bionic/atoi.c \ |
| 78 | bionic/atol.c \ |
| 79 | bionic/atoll.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 80 | bionic/bindresvport.c \ |
| 81 | bionic/bionic_clone.c \ |
Colin Cross | fc10b24 | 2010-01-13 17:48:34 -0800 | [diff] [blame] | 82 | bionic/clearenv.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 83 | bionic/daemon.c \ |
Colin Cross | 64ceac3 | 2010-01-13 21:19:52 -0800 | [diff] [blame] | 84 | bionic/err.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 85 | bionic/ether_aton.c \ |
| 86 | bionic/ether_ntoa.c \ |
Colin Cross | fc10b24 | 2010-01-13 17:48:34 -0800 | [diff] [blame] | 87 | bionic/fdprintf.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 88 | bionic/flockfile.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 89 | bionic/ftime.c \ |
| 90 | bionic/ftok.c \ |
Colin Cross | 64ceac3 | 2010-01-13 21:19:52 -0800 | [diff] [blame] | 91 | bionic/fts.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 92 | bionic/getdtablesize.c \ |
| 93 | bionic/gethostname.c \ |
| 94 | bionic/getpgrp.c \ |
| 95 | bionic/getpriority.c \ |
| 96 | bionic/getpt.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 97 | bionic/if_indextoname.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 98 | bionic/if_nametoindex.c \ |
| 99 | bionic/initgroups.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 100 | bionic/ioctl.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 101 | bionic/isatty.c \ |
| 102 | bionic/issetugid.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 103 | bionic/ldexp.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 104 | bionic/md5.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 105 | bionic/memmem.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 106 | bionic/memswap.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 107 | bionic/openat.c \ |
| 108 | bionic/open.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 109 | bionic/pathconf.c \ |
| 110 | bionic/perror.c \ |
| 111 | bionic/pread.c \ |
| 112 | bionic/pselect.c \ |
| 113 | bionic/ptsname.c \ |
| 114 | bionic/ptsname_r.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 115 | bionic/pututline.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 116 | bionic/pwrite.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 117 | bionic/reboot.c \ |
| 118 | bionic/recv.c \ |
David 'Digit' Turner | 72e6fd4 | 2010-12-03 18:04:01 +0100 | [diff] [blame] | 119 | bionic/sched_cpualloc.c \ |
| 120 | bionic/sched_cpucount.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 121 | bionic/sched_getcpu.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 122 | bionic/semaphore.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 123 | bionic/send.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 124 | bionic/setpgrp.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 125 | bionic/sigblock.c \ |
| 126 | bionic/siginterrupt.c \ |
| 127 | bionic/siglist.c \ |
| 128 | bionic/signal.c \ |
| 129 | bionic/signame.c \ |
| 130 | bionic/sigsetmask.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 131 | bionic/sleep.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 132 | bionic/strndup.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 133 | bionic/strntoimax.c \ |
| 134 | bionic/strntoumax.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 135 | bionic/strtotimeval.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 136 | bionic/system_properties.c \ |
Colin Cross | 5e9a086 | 2013-06-24 18:36:39 -0700 | [diff] [blame] | 137 | bionic/system_properties_compat.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 138 | bionic/tcgetpgrp.c \ |
| 139 | bionic/tcsetpgrp.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 140 | bionic/thread_atexit.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 141 | bionic/time64.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 142 | bionic/umount.c \ |
| 143 | bionic/unlockpt.c \ |
| 144 | bionic/usleep.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 145 | bionic/utmp.c \ |
Elliott Hughes | a89864a | 2012-10-01 17:35:49 -0700 | [diff] [blame] | 146 | bionic/wcscoll.c \ |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 147 | |
| 148 | |
| 149 | libc_dns_src_files += \ |
| 150 | netbsd/gethnamaddr.c \ |
| 151 | netbsd/inet/nsap_addr.c \ |
| 152 | netbsd/nameser/ns_name.c \ |
| 153 | netbsd/nameser/ns_netint.c \ |
| 154 | netbsd/nameser/ns_parse.c \ |
| 155 | netbsd/nameser/ns_print.c \ |
| 156 | netbsd/nameser/ns_samedomain.c \ |
| 157 | netbsd/nameser/ns_ttl.c \ |
| 158 | netbsd/net/base64.c \ |
| 159 | netbsd/net/getaddrinfo.c \ |
| 160 | netbsd/net/getnameinfo.c \ |
| 161 | netbsd/net/getservbyname.c \ |
| 162 | netbsd/net/getservbyport.c \ |
| 163 | netbsd/net/getservent.c \ |
| 164 | netbsd/net/nsdispatch.c \ |
| 165 | netbsd/resolv/__dn_comp.c \ |
| 166 | netbsd/resolv/herror.c \ |
| 167 | netbsd/resolv/res_cache.c \ |
| 168 | netbsd/resolv/__res_close.c \ |
| 169 | netbsd/resolv/res_comp.c \ |
| 170 | netbsd/resolv/res_data.c \ |
| 171 | netbsd/resolv/res_debug.c \ |
| 172 | netbsd/resolv/res_init.c \ |
| 173 | netbsd/resolv/res_mkquery.c \ |
| 174 | netbsd/resolv/res_query.c \ |
| 175 | netbsd/resolv/__res_send.c \ |
| 176 | netbsd/resolv/res_send.c \ |
| 177 | netbsd/resolv/res_state.c \ |
| 178 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 179 | |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 180 | # These are shared by all the 32-bit targets, but not the 64-bit ones. |
| 181 | ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm mips x86)) |
| 182 | libc_common_src_files += \ |
| 183 | bionic/fcntl.c \ |
| 184 | bionic/fstatfs.c \ |
Elliott Hughes | 2a0b873 | 2013-10-08 18:50:24 -0700 | [diff] [blame] | 185 | bionic/__get_tls.cpp \ |
Pavel Chupin | 9373bbb | 2013-09-20 18:46:42 +0400 | [diff] [blame] | 186 | bionic/lseek64.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 187 | bionic/statfs.c \ |
| 188 | |
| 189 | endif |
| 190 | |
Christopher Ferris | 59a13c1 | 2013-08-01 13:13:33 -0700 | [diff] [blame] | 191 | # Fortify implementations of libc functions. |
| 192 | libc_common_src_files += \ |
Nick Kralevich | 90201d5 | 2013-10-02 16:11:30 -0700 | [diff] [blame] | 193 | bionic/__FD_chk.cpp \ |
Christopher Ferris | 59a13c1 | 2013-08-01 13:13:33 -0700 | [diff] [blame] | 194 | bionic/__fgets_chk.cpp \ |
| 195 | bionic/__memcpy_chk.cpp \ |
| 196 | bionic/__memmove_chk.cpp \ |
| 197 | bionic/__memset_chk.cpp \ |
Nick Kralevich | b036b5c | 2013-10-09 20:16:34 -0700 | [diff] [blame] | 198 | bionic/__read_chk.cpp \ |
Nick Kralevich | 60f4f9a | 2013-09-24 16:32:07 -0700 | [diff] [blame] | 199 | bionic/__recvfrom_chk.cpp \ |
Christopher Ferris | 59a13c1 | 2013-08-01 13:13:33 -0700 | [diff] [blame] | 200 | bionic/__strcat_chk.cpp \ |
| 201 | bionic/__strchr_chk.cpp \ |
| 202 | bionic/__strcpy_chk.cpp \ |
| 203 | bionic/__strlcat_chk.cpp \ |
| 204 | bionic/__strlcpy_chk.cpp \ |
| 205 | bionic/__strlen_chk.cpp \ |
| 206 | bionic/__strncat_chk.cpp \ |
| 207 | bionic/__strncpy_chk.cpp \ |
| 208 | bionic/__strrchr_chk.cpp \ |
| 209 | bionic/__umask_chk.cpp \ |
| 210 | bionic/__vsnprintf_chk.cpp \ |
| 211 | bionic/__vsprintf_chk.cpp \ |
| 212 | |
Elliott Hughes | 29c7f0b | 2012-10-22 17:05:27 -0700 | [diff] [blame] | 213 | libc_bionic_src_files := \ |
Elliott Hughes | 61e699a | 2013-06-12 14:05:46 -0700 | [diff] [blame] | 214 | bionic/abort.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 215 | bionic/assert.cpp \ |
Elliott Hughes | 428f556 | 2013-02-05 16:10:59 -0800 | [diff] [blame] | 216 | bionic/brk.cpp \ |
David 'Digit' Turner | c30396f | 2012-10-29 15:32:54 +0100 | [diff] [blame] | 217 | bionic/dirent.cpp \ |
Elliott Hughes | 2a0b873 | 2013-10-08 18:50:24 -0700 | [diff] [blame] | 218 | bionic/__errno.cpp \ |
Kito Cheng | 9b84824 | 2013-04-03 11:29:40 +0800 | [diff] [blame] | 219 | bionic/eventfd_read.cpp \ |
| 220 | bionic/eventfd_write.cpp \ |
Elliott Hughes | 232163c | 2013-10-09 17:35:36 -0700 | [diff] [blame] | 221 | bionic/fork.cpp \ |
Elliott Hughes | d0be7c8 | 2013-08-08 17:13:33 -0700 | [diff] [blame] | 222 | bionic/futimens.cpp \ |
Nick Kralevich | 2c5153b | 2013-01-11 14:43:05 -0800 | [diff] [blame] | 223 | bionic/getauxval.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 224 | bionic/getcwd.cpp \ |
Elliott Hughes | 42b2c6a | 2013-02-07 10:14:39 -0800 | [diff] [blame] | 225 | bionic/libc_init_common.cpp \ |
Elliott Hughes | 8f2a5a0 | 2013-03-15 15:30:25 -0700 | [diff] [blame] | 226 | bionic/libc_logging.cpp \ |
Elliott Hughes | 58b5754 | 2012-10-29 14:27:10 -0700 | [diff] [blame] | 227 | bionic/libgen.cpp \ |
Elliott Hughes | 3e89847 | 2013-02-12 16:40:24 +0000 | [diff] [blame] | 228 | bionic/pthread_attr.cpp \ |
Elliott Hughes | 9d23e04 | 2013-02-15 19:21:51 -0800 | [diff] [blame] | 229 | bionic/pthread_detach.cpp \ |
| 230 | bionic/pthread_equal.cpp \ |
| 231 | bionic/pthread_getcpuclockid.cpp \ |
| 232 | bionic/pthread_getschedparam.cpp \ |
| 233 | bionic/pthread_internals.cpp \ |
| 234 | bionic/pthread_join.cpp \ |
| 235 | bionic/pthread_kill.cpp \ |
| 236 | bionic/pthread_self.cpp \ |
Elliott Hughes | 3e89847 | 2013-02-12 16:40:24 +0000 | [diff] [blame] | 237 | bionic/pthread_setname_np.cpp \ |
Elliott Hughes | 9d23e04 | 2013-02-15 19:21:51 -0800 | [diff] [blame] | 238 | bionic/pthread_setschedparam.cpp \ |
Elliott Hughes | c5d028f | 2013-01-10 14:42:14 -0800 | [diff] [blame] | 239 | bionic/pthread_sigmask.cpp \ |
Chris Dearman | d8a5a6f | 2012-12-07 18:41:10 -0800 | [diff] [blame] | 240 | bionic/raise.cpp \ |
Elliott Hughes | 428f556 | 2013-02-05 16:10:59 -0800 | [diff] [blame] | 241 | bionic/sbrk.cpp \ |
Elliott Hughes | 701bec2 | 2013-02-25 13:14:31 -0800 | [diff] [blame] | 242 | bionic/scandir.cpp \ |
Kito Cheng | 4ca685e | 2013-04-10 00:57:42 +0800 | [diff] [blame] | 243 | bionic/sched_getaffinity.cpp \ |
Elliott Hughes | 232163c | 2013-10-09 17:35:36 -0700 | [diff] [blame] | 244 | bionic/setegid.cpp \ |
Elliott Hughes | 4a9e837 | 2012-11-30 11:58:57 -0800 | [diff] [blame] | 245 | bionic/__set_errno.cpp \ |
Elliott Hughes | 232163c | 2013-10-09 17:35:36 -0700 | [diff] [blame] | 246 | bionic/seteuid.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 247 | bionic/setlocale.cpp \ |
Rom Lemarchand | a4b2dc0 | 2013-01-09 15:46:06 -0800 | [diff] [blame] | 248 | bionic/signalfd.cpp \ |
Elliott Hughes | 40d105c | 2013-10-16 12:53:58 -0700 | [diff] [blame^] | 249 | bionic/sigpending.cpp \ |
Elliott Hughes | 19e6232 | 2013-10-15 11:23:57 -0700 | [diff] [blame] | 250 | bionic/sigprocmask.cpp \ |
Elliott Hughes | 1f5af92 | 2013-10-15 18:01:56 -0700 | [diff] [blame] | 251 | bionic/sigsuspend.cpp \ |
Elliott Hughes | c5d028f | 2013-01-10 14:42:14 -0800 | [diff] [blame] | 252 | bionic/sigwait.cpp \ |
Elliott Hughes | 06040fd | 2013-07-09 13:25:03 -0700 | [diff] [blame] | 253 | bionic/statvfs.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 254 | bionic/strerror.cpp \ |
| 255 | bionic/strerror_r.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 256 | bionic/strsignal.cpp \ |
| 257 | bionic/stubs.cpp \ |
Elliott Hughes | 91a9925 | 2013-02-12 21:56:42 -0800 | [diff] [blame] | 258 | bionic/sysconf.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 259 | bionic/tdestroy.cpp \ |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 260 | bionic/__thread_entry.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 261 | bionic/tmpfile.cpp \ |
Elliott Hughes | 17a8b0d | 2013-03-21 15:43:53 -0700 | [diff] [blame] | 262 | bionic/wait.cpp \ |
Elliott Hughes | 063cfb2 | 2012-10-25 20:55:23 -0700 | [diff] [blame] | 263 | bionic/wchar.cpp \ |
Elliott Hughes | 29c7f0b | 2012-10-22 17:05:27 -0700 | [diff] [blame] | 264 | |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 265 | # These are shared by all the 32-bit targets, but not the 64-bit ones. |
| 266 | ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),arm mips x86)) |
| 267 | libc_bionic_src_files += \ |
| 268 | bionic/mmap.cpp \ |
| 269 | |
| 270 | endif |
| 271 | |
Elliott Hughes | ce4783c | 2013-07-12 17:31:11 -0700 | [diff] [blame] | 272 | libc_tzcode_src_files := \ |
| 273 | tzcode/asctime.c \ |
| 274 | tzcode/difftime.c \ |
| 275 | tzcode/localtime.c \ |
| 276 | tzcode/strftime.c \ |
| 277 | tzcode/strptime.c \ |
| 278 | |
Elliott Hughes | f077784 | 2013-03-01 16:59:46 -0800 | [diff] [blame] | 279 | libc_upstream_freebsd_src_files := \ |
Elliott Hughes | 6b05c8e | 2013-04-11 13:54:48 -0700 | [diff] [blame] | 280 | upstream-freebsd/lib/libc/stdio/clrerr.c \ |
| 281 | upstream-freebsd/lib/libc/stdio/fclose.c \ |
| 282 | upstream-freebsd/lib/libc/stdio/fdopen.c \ |
| 283 | upstream-freebsd/lib/libc/stdio/feof.c \ |
| 284 | upstream-freebsd/lib/libc/stdio/ferror.c \ |
| 285 | upstream-freebsd/lib/libc/stdio/fgetln.c \ |
| 286 | upstream-freebsd/lib/libc/stdio/fgetpos.c \ |
| 287 | upstream-freebsd/lib/libc/stdio/fgets.c \ |
| 288 | upstream-freebsd/lib/libc/stdio/fileno.c \ |
| 289 | upstream-freebsd/lib/libc/stdio/flags.c \ |
| 290 | upstream-freebsd/lib/libc/stdio/fopen.c \ |
| 291 | upstream-freebsd/lib/libc/stdio/fpurge.c \ |
| 292 | upstream-freebsd/lib/libc/stdio/fputs.c \ |
| 293 | upstream-freebsd/lib/libc/stdio/fsetpos.c \ |
| 294 | upstream-freebsd/lib/libc/stdio/funopen.c \ |
| 295 | upstream-freebsd/lib/libc/stdio/fwalk.c \ |
| 296 | upstream-freebsd/lib/libc/stdio/fwrite.c \ |
| 297 | upstream-freebsd/lib/libc/stdio/getc.c \ |
| 298 | upstream-freebsd/lib/libc/stdio/getchar.c \ |
Elliott Hughes | 677ee56 | 2013-06-12 15:24:15 -0700 | [diff] [blame] | 299 | upstream-freebsd/lib/libc/stdio/makebuf.c \ |
Elliott Hughes | 284f788 | 2013-07-19 15:20:31 -0700 | [diff] [blame] | 300 | upstream-freebsd/lib/libc/stdio/mktemp.c \ |
Elliott Hughes | 6b05c8e | 2013-04-11 13:54:48 -0700 | [diff] [blame] | 301 | upstream-freebsd/lib/libc/stdio/putc.c \ |
| 302 | upstream-freebsd/lib/libc/stdio/putchar.c \ |
| 303 | upstream-freebsd/lib/libc/stdio/puts.c \ |
| 304 | upstream-freebsd/lib/libc/stdio/putw.c \ |
| 305 | upstream-freebsd/lib/libc/stdio/remove.c \ |
| 306 | upstream-freebsd/lib/libc/stdio/rget.c \ |
| 307 | upstream-freebsd/lib/libc/stdio/setbuf.c \ |
| 308 | upstream-freebsd/lib/libc/stdio/setbuffer.c \ |
Elliott Hughes | 677ee56 | 2013-06-12 15:24:15 -0700 | [diff] [blame] | 309 | upstream-freebsd/lib/libc/stdio/setvbuf.c \ |
Elliott Hughes | 6b05c8e | 2013-04-11 13:54:48 -0700 | [diff] [blame] | 310 | upstream-freebsd/lib/libc/stdio/tempnam.c \ |
| 311 | upstream-freebsd/lib/libc/stdio/tmpnam.c \ |
| 312 | upstream-freebsd/lib/libc/stdio/wsetup.c \ |
Elliott Hughes | aec2ffb | 2013-08-12 12:07:05 -0700 | [diff] [blame] | 313 | upstream-freebsd/lib/libc/stdlib/abs.c \ |
Elliott Hughes | d278b82 | 2013-06-25 14:48:10 -0700 | [diff] [blame] | 314 | upstream-freebsd/lib/libc/stdlib/getopt_long.c \ |
Elliott Hughes | aec2ffb | 2013-08-12 12:07:05 -0700 | [diff] [blame] | 315 | upstream-freebsd/lib/libc/stdlib/imaxabs.c \ |
| 316 | upstream-freebsd/lib/libc/stdlib/imaxdiv.c \ |
| 317 | upstream-freebsd/lib/libc/stdlib/labs.c \ |
| 318 | upstream-freebsd/lib/libc/stdlib/llabs.c \ |
Elliott Hughes | 0b25f63 | 2013-04-11 18:08:34 -0700 | [diff] [blame] | 319 | upstream-freebsd/lib/libc/stdlib/qsort.c \ |
Elliott Hughes | f077784 | 2013-03-01 16:59:46 -0800 | [diff] [blame] | 320 | upstream-freebsd/lib/libc/stdlib/realpath.c \ |
Elliott Hughes | eb93ebf | 2013-03-01 18:35:56 -0800 | [diff] [blame] | 321 | upstream-freebsd/lib/libc/string/wcpcpy.c \ |
| 322 | upstream-freebsd/lib/libc/string/wcpncpy.c \ |
| 323 | upstream-freebsd/lib/libc/string/wcscasecmp.c \ |
Elliott Hughes | eb93ebf | 2013-03-01 18:35:56 -0800 | [diff] [blame] | 324 | upstream-freebsd/lib/libc/string/wcscspn.c \ |
| 325 | upstream-freebsd/lib/libc/string/wcsdup.c \ |
| 326 | upstream-freebsd/lib/libc/string/wcslcat.c \ |
| 327 | upstream-freebsd/lib/libc/string/wcslcpy.c \ |
Elliott Hughes | eb93ebf | 2013-03-01 18:35:56 -0800 | [diff] [blame] | 328 | upstream-freebsd/lib/libc/string/wcsncasecmp.c \ |
| 329 | upstream-freebsd/lib/libc/string/wcsncat.c \ |
| 330 | upstream-freebsd/lib/libc/string/wcsncmp.c \ |
| 331 | upstream-freebsd/lib/libc/string/wcsncpy.c \ |
| 332 | upstream-freebsd/lib/libc/string/wcsnlen.c \ |
| 333 | upstream-freebsd/lib/libc/string/wcspbrk.c \ |
Elliott Hughes | eb93ebf | 2013-03-01 18:35:56 -0800 | [diff] [blame] | 334 | upstream-freebsd/lib/libc/string/wcsspn.c \ |
| 335 | upstream-freebsd/lib/libc/string/wcsstr.c \ |
| 336 | upstream-freebsd/lib/libc/string/wcstok.c \ |
| 337 | upstream-freebsd/lib/libc/string/wmemchr.c \ |
Elliott Hughes | eb93ebf | 2013-03-01 18:35:56 -0800 | [diff] [blame] | 338 | upstream-freebsd/lib/libc/string/wmemcpy.c \ |
| 339 | upstream-freebsd/lib/libc/string/wmemmove.c \ |
| 340 | upstream-freebsd/lib/libc/string/wmemset.c \ |
Elliott Hughes | f077784 | 2013-03-01 16:59:46 -0800 | [diff] [blame] | 341 | |
Elliott Hughes | f8b3a92 | 2012-08-10 11:39:58 -0700 | [diff] [blame] | 342 | libc_upstream_netbsd_src_files := \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 343 | upstream-netbsd/common/lib/libc/hash/sha1/sha1.c \ |
| 344 | upstream-netbsd/common/lib/libc/inet/inet_addr.c \ |
| 345 | upstream-netbsd/libc/compat-43/creat.c \ |
| 346 | upstream-netbsd/libc/gen/ftw.c \ |
| 347 | upstream-netbsd/libc/gen/nftw.c \ |
| 348 | upstream-netbsd/libc/gen/nice.c \ |
Elliott Hughes | 6b3f49a | 2013-03-06 16:20:55 -0800 | [diff] [blame] | 349 | upstream-netbsd/libc/gen/popen.c \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 350 | upstream-netbsd/libc/gen/psignal.c \ |
Elliott Hughes | ab44f52 | 2012-10-23 16:05:09 -0700 | [diff] [blame] | 351 | upstream-netbsd/libc/gen/setjmperr.c \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 352 | upstream-netbsd/libc/gen/utime.c \ |
| 353 | upstream-netbsd/libc/inet/inet_ntoa.c \ |
| 354 | upstream-netbsd/libc/inet/inet_ntop.c \ |
| 355 | upstream-netbsd/libc/inet/inet_pton.c \ |
Elliott Hughes | ab44f52 | 2012-10-23 16:05:09 -0700 | [diff] [blame] | 356 | upstream-netbsd/libc/isc/ev_streams.c \ |
| 357 | upstream-netbsd/libc/isc/ev_timers.c \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 358 | upstream-netbsd/libc/regex/regcomp.c \ |
| 359 | upstream-netbsd/libc/regex/regerror.c \ |
| 360 | upstream-netbsd/libc/regex/regexec.c \ |
| 361 | upstream-netbsd/libc/regex/regfree.c \ |
| 362 | upstream-netbsd/libc/stdio/getdelim.c \ |
| 363 | upstream-netbsd/libc/stdio/getline.c \ |
Elliott Hughes | ab44f52 | 2012-10-23 16:05:09 -0700 | [diff] [blame] | 364 | upstream-netbsd/libc/stdlib/bsearch.c \ |
| 365 | upstream-netbsd/libc/stdlib/div.c \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 366 | upstream-netbsd/libc/stdlib/drand48.c \ |
| 367 | upstream-netbsd/libc/stdlib/erand48.c \ |
| 368 | upstream-netbsd/libc/stdlib/jrand48.c \ |
Elliott Hughes | ab44f52 | 2012-10-23 16:05:09 -0700 | [diff] [blame] | 369 | upstream-netbsd/libc/stdlib/ldiv.c \ |
| 370 | upstream-netbsd/libc/stdlib/lldiv.c \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 371 | upstream-netbsd/libc/stdlib/lrand48.c \ |
| 372 | upstream-netbsd/libc/stdlib/mrand48.c \ |
| 373 | upstream-netbsd/libc/stdlib/nrand48.c \ |
| 374 | upstream-netbsd/libc/stdlib/_rand48.c \ |
| 375 | upstream-netbsd/libc/stdlib/seed48.c \ |
| 376 | upstream-netbsd/libc/stdlib/srand48.c \ |
| 377 | upstream-netbsd/libc/stdlib/tdelete.c \ |
| 378 | upstream-netbsd/libc/stdlib/tfind.c \ |
| 379 | upstream-netbsd/libc/stdlib/tsearch.c \ |
Elliott Hughes | c51cd76 | 2013-01-22 14:41:23 -0800 | [diff] [blame] | 380 | upstream-netbsd/libc/string/memccpy.c \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 381 | upstream-netbsd/libc/string/strcasestr.c \ |
Elliott Hughes | 2b47307 | 2013-01-22 15:10:19 -0800 | [diff] [blame] | 382 | upstream-netbsd/libc/string/strcoll.c \ |
Elliott Hughes | e8bcca3 | 2012-10-23 12:26:26 -0700 | [diff] [blame] | 383 | upstream-netbsd/libc/string/strxfrm.c \ |
Elliott Hughes | ab44f52 | 2012-10-23 16:05:09 -0700 | [diff] [blame] | 384 | upstream-netbsd/libc/unistd/killpg.c \ |
Elliott Hughes | f8b3a92 | 2012-08-10 11:39:58 -0700 | [diff] [blame] | 385 | |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 386 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 387 | # Architecture specific source files go here |
| 388 | # ========================================================= |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 389 | ifeq ($(TARGET_ARCH),arm) |
| 390 | libc_common_src_files += \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 391 | bionic/memchr.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 392 | bionic/memmove.c.arm \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 393 | bionic/memrchr.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 394 | bionic/strchr.cpp \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 395 | bionic/strnlen.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 396 | string/bcopy.c \ |
| 397 | string/index.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 398 | string/strlcat.c \ |
| 399 | string/strlcpy.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 400 | string/strncat.c \ |
| 401 | string/strncmp.c \ |
| 402 | string/strncpy.c \ |
| 403 | string/strrchr.c \ |
| 404 | upstream-freebsd/lib/libc/string/wcscat.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 405 | upstream-freebsd/lib/libc/string/wcschr.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 406 | upstream-freebsd/lib/libc/string/wcscmp.c \ |
| 407 | upstream-freebsd/lib/libc/string/wcscpy.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 408 | upstream-freebsd/lib/libc/string/wcslen.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 409 | upstream-freebsd/lib/libc/string/wcsrchr.c \ |
| 410 | upstream-freebsd/lib/libc/string/wmemcmp.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 411 | |
| 412 | # These files need to be arm so that gdbserver |
| 413 | # can set breakpoints in them without messing |
| 414 | # up any thumb code. |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 415 | # TODO: is this actually necessary? |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 416 | libc_common_src_files += \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 417 | bionic/pthread-atfork.c.arm \ |
| 418 | bionic/pthread-rwlocks.c.arm \ |
| 419 | bionic/pthread-timers.c.arm \ |
| 420 | bionic/ptrace.c.arm \ |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 421 | |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 422 | libc_static_common_src_files += \ |
Elliott Hughes | 44b53ad | 2013-02-11 20:18:47 +0000 | [diff] [blame] | 423 | bionic/pthread.c.arm \ |
Elliott Hughes | 4b4a882 | 2013-02-12 17:15:59 -0800 | [diff] [blame] | 424 | bionic/pthread_create.cpp.arm \ |
Elliott Hughes | 44b53ad | 2013-02-11 20:18:47 +0000 | [diff] [blame] | 425 | bionic/pthread_key.cpp.arm \ |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 426 | |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 427 | endif # arm |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 428 | |
| 429 | ifeq ($(TARGET_ARCH),x86) |
| 430 | libc_common_src_files += \ |
Elliott Hughes | d254704 | 2013-02-13 16:31:52 -0800 | [diff] [blame] | 431 | bionic/pthread-atfork.c \ |
| 432 | bionic/pthread-rwlocks.c \ |
| 433 | bionic/pthread-timers.c \ |
| 434 | bionic/ptrace.c \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 435 | |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 436 | libc_static_common_src_files += \ |
Elliott Hughes | 44b53ad | 2013-02-11 20:18:47 +0000 | [diff] [blame] | 437 | bionic/pthread.c \ |
Elliott Hughes | 4b4a882 | 2013-02-12 17:15:59 -0800 | [diff] [blame] | 438 | bionic/pthread_create.cpp \ |
Elliott Hughes | 44b53ad | 2013-02-11 20:18:47 +0000 | [diff] [blame] | 439 | bionic/pthread_key.cpp \ |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 440 | |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 441 | endif # x86 |
Shin-ichiro KAWASAKI | 1009327 | 2009-09-28 16:11:39 +0900 | [diff] [blame] | 442 | |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 443 | ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86_64)) |
| 444 | libc_common_src_files += \ |
| 445 | bionic/memchr.c \ |
| 446 | bionic/memcmp.c \ |
| 447 | bionic/memcpy.c \ |
| 448 | bionic/memmove.c \ |
| 449 | bionic/memrchr.c \ |
| 450 | bionic/memset.c \ |
| 451 | bionic/pthread-atfork.c \ |
| 452 | bionic/pthread-rwlocks.c \ |
| 453 | bionic/pthread-timers.c \ |
| 454 | bionic/ptrace.c \ |
| 455 | bionic/strchr.cpp \ |
| 456 | bionic/strnlen.c \ |
| 457 | string/bcopy.c \ |
| 458 | string/index.c \ |
| 459 | string/strcat.c \ |
| 460 | string/strcmp.c \ |
| 461 | string/strcpy.c \ |
| 462 | string/strlcat.c \ |
| 463 | string/strlcpy.c \ |
| 464 | string/strlen.c \ |
| 465 | string/strncat.c \ |
| 466 | string/strncmp.c \ |
| 467 | string/strncpy.c \ |
| 468 | string/strrchr.c \ |
| 469 | upstream-freebsd/lib/libc/string/wcscat.c \ |
| 470 | upstream-freebsd/lib/libc/string/wcschr.c \ |
| 471 | upstream-freebsd/lib/libc/string/wcscmp.c \ |
| 472 | upstream-freebsd/lib/libc/string/wcscpy.c \ |
| 473 | upstream-freebsd/lib/libc/string/wcslen.c \ |
| 474 | upstream-freebsd/lib/libc/string/wcsrchr.c \ |
| 475 | upstream-freebsd/lib/libc/string/wmemcmp.c \ |
| 476 | |
| 477 | libc_static_common_src_files += \ |
| 478 | bionic/pthread.c \ |
| 479 | bionic/pthread_create.cpp \ |
| 480 | bionic/pthread_key.cpp \ |
| 481 | |
| 482 | endif # x86_64 |
| 483 | |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 484 | ifeq ($(TARGET_ARCH),mips) |
| 485 | libc_common_src_files += \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 486 | bionic/memchr.c \ |
Elliott Hughes | 857fed5 | 2012-10-02 11:20:07 -0700 | [diff] [blame] | 487 | bionic/memcmp.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 488 | bionic/memrchr.c \ |
| 489 | bionic/strchr.cpp \ |
| 490 | bionic/strnlen.c \ |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 491 | string/bcopy.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 492 | string/index.c \ |
| 493 | string/strcat.c \ |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 494 | string/strcmp.c \ |
| 495 | string/strcpy.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 496 | string/strlcat.c \ |
| 497 | string/strlcpy.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 498 | string/strncat.c \ |
| 499 | string/strncmp.c \ |
| 500 | string/strncpy.c \ |
| 501 | string/strrchr.c \ |
Chris Dearman | fa4d596 | 2013-10-01 19:11:26 -0700 | [diff] [blame] | 502 | upstream-freebsd/lib/libc/string/wcscat.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 503 | upstream-freebsd/lib/libc/string/wcschr.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 504 | upstream-freebsd/lib/libc/string/wcscmp.c \ |
| 505 | upstream-freebsd/lib/libc/string/wcscpy.c \ |
Liubov Dmitrieva | 0a49066 | 2012-01-17 12:55:46 +0400 | [diff] [blame] | 506 | upstream-freebsd/lib/libc/string/wcslen.c \ |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 507 | upstream-freebsd/lib/libc/string/wcsrchr.c \ |
| 508 | upstream-freebsd/lib/libc/string/wmemcmp.c \ |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 509 | |
| 510 | libc_common_src_files += \ |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 511 | bionic/pthread-atfork.c \ |
| 512 | bionic/pthread-rwlocks.c \ |
| 513 | bionic/pthread-timers.c \ |
| 514 | bionic/ptrace.c \ |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 515 | |
| 516 | libc_static_common_src_files += \ |
Elliott Hughes | ba342c1 | 2013-02-11 18:06:23 -0800 | [diff] [blame] | 517 | bionic/pthread.c \ |
Elliott Hughes | 4b4a882 | 2013-02-12 17:15:59 -0800 | [diff] [blame] | 518 | bionic/pthread_create.cpp \ |
Elliott Hughes | 44b53ad | 2013-02-11 20:18:47 +0000 | [diff] [blame] | 519 | bionic/pthread_key.cpp \ |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 520 | |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 521 | endif # mips |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 522 | |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 523 | ifeq ($(strip $(TARGET_CPU_VARIANT)),) |
| 524 | $(warning TARGET_CPU_VARIANT is not defined) |
| 525 | endif |
| 526 | |
| 527 | ########################################################### |
| 528 | ## Add cpu specific source files. |
| 529 | ## |
| 530 | ## This can be called multiple times, but it will only add |
| 531 | ## the first source file for each unique $(1). |
| 532 | ## $(1): Unique identifier to identify the cpu variant |
| 533 | ## implementation. |
| 534 | ## $(2): Cpu specific source file. |
| 535 | ########################################################### |
| 536 | |
| 537 | define libc-add-cpu-variant-src |
| 538 | $(if $(filter true,$(_LIBC_ARCH_CPU_VARIANT_HAS_$(1))), \ |
| 539 | , \ |
| 540 | $(eval _LIBC_ARCH_CPU_VARIANT_HAS_$(1) := true) \ |
| 541 | $(eval _LIBC_ARCH_CPU_VARIANT_SRC_FILE.$(1) := $(2)) \ |
| 542 | $(eval _LIBC_ARCH_CPU_VARIANT_SRC_FILES += $(2)) \ |
| 543 | ) |
| 544 | endef |
| 545 | |
| 546 | _LIBC_ARCH_COMMON_SRC_FILES := |
| 547 | _LIBC_ARCH_CPU_VARIANT_SRC_FILES := |
| 548 | _LIBC_ARCH_STATIC_SRC_FILES := |
| 549 | _LIBC_ARCH_DYNAMIC_SRC_FILES := |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 550 | _LIBC_ARCH_ADDITIONAL_DEPENDENCIES := |
| 551 | |
| 552 | libc_common_additional_dependencies += \ |
| 553 | $(LOCAL_PATH)/arch-$(TARGET_ARCH)/$(TARGET_ARCH).mk |
| 554 | include $(LOCAL_PATH)/arch-$(TARGET_ARCH)/$(TARGET_ARCH).mk |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 555 | |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 556 | libc_bionic_src_files += $(_LIBC_ARCH_COMMON_SRC_FILES) |
| 557 | libc_bionic_src_files += $(_LIBC_ARCH_CPU_VARIANT_SRC_FILES) |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 558 | libc_arch_static_src_files := $(_LIBC_ARCH_STATIC_SRC_FILES) |
| 559 | libc_arch_dynamic_src_files := $(_LIBC_ARCH_DYNAMIC_SRC_FILES) |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 560 | libc_common_additional_dependencies += $(_LIBC_ARCH_ADDITIONAL_DEPENDENCIES) |
Christopher Ferris | 7c83a1e | 2013-02-26 01:30:00 -0800 | [diff] [blame] | 561 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 562 | # Define some common cflags |
| 563 | # ======================================================== |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 564 | libc_common_cflags := \ |
Elliott Hughes | 470631e | 2012-06-06 10:32:56 -0700 | [diff] [blame] | 565 | -DANDROID_CHANGES \ |
Elliott Hughes | 470631e | 2012-06-06 10:32:56 -0700 | [diff] [blame] | 566 | -D_LIBC=1 \ |
Elliott Hughes | 2ec400b | 2013-10-08 17:04:33 -0700 | [diff] [blame] | 567 | -Wall -Wextra \ |
| 568 | |
| 569 | # Try to catch typical 32-bit assumptions that break with 64-bit pointers. |
| 570 | libc_common_cflags += \ |
| 571 | -Werror=pointer-to-int-cast \ |
| 572 | -Werror=int-to-pointer-cast \ |
| 573 | -Werror=type-limits \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 574 | |
Dave Bort | d2c9dcc | 2009-04-23 15:50:03 -0700 | [diff] [blame] | 575 | ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 576 | libc_common_cflags += -DDEBUG |
| 577 | endif |
| 578 | |
Jack Ren | 2fd81ef | 2011-11-19 09:48:03 +0800 | [diff] [blame] | 579 | # To customize dlmalloc's alignment, set BOARD_MALLOC_ALIGNMENT in |
| 580 | # the appropriate BoardConfig.mk file. |
| 581 | # |
| 582 | ifneq ($(BOARD_MALLOC_ALIGNMENT),) |
| 583 | libc_common_cflags += -DMALLOC_ALIGNMENT=$(BOARD_MALLOC_ALIGNMENT) |
| 584 | endif |
| 585 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 586 | ifeq ($(TARGET_ARCH),arm) |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 587 | libc_common_cflags += -DSOFTFLOAT |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 588 | libc_common_cflags += -fstrict-aliasing |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 589 | libc_crt_target_cflags := -mthumb-interwork |
Elliott Hughes | 7e841ed | 2013-10-03 23:30:33 -0700 | [diff] [blame] | 590 | endif # arm |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 591 | |
| 592 | ifeq ($(TARGET_ARCH),mips) |
| 593 | ifneq ($(ARCH_MIPS_HAS_FPU),true) |
| 594 | libc_common_cflags += -DSOFTFLOAT |
| 595 | endif |
| 596 | libc_common_cflags += -fstrict-aliasing |
| 597 | libc_crt_target_cflags := $(TARGET_GLOBAL_CFLAGS) |
| 598 | endif # mips |
| 599 | |
Elliott Hughes | 7e841ed | 2013-10-03 23:30:33 -0700 | [diff] [blame] | 600 | ifeq ($(TARGET_ARCH),x86) |
Elliott Hughes | 7e841ed | 2013-10-03 23:30:33 -0700 | [diff] [blame] | 601 | libc_crt_target_cflags := -m32 |
| 602 | libc_crt_target_ldflags := -melf_i386 |
| 603 | endif # x86 |
| 604 | |
| 605 | ifeq ($(TARGET_ARCH),x86_64) |
Elliott Hughes | 7e841ed | 2013-10-03 23:30:33 -0700 | [diff] [blame] | 606 | libc_crt_target_cflags := -m64 |
| 607 | libc_crt_target_ldflags := -melf_x86_64 |
| 608 | endif # x86_64 |
| 609 | |
Andy McFadden | fcd00eb | 2010-05-28 13:31:45 -0700 | [diff] [blame] | 610 | # Define ANDROID_SMP appropriately. |
| 611 | ifeq ($(TARGET_CPU_SMP),true) |
| 612 | libc_common_cflags += -DANDROID_SMP=1 |
| 613 | else |
| 614 | libc_common_cflags += -DANDROID_SMP=0 |
| 615 | endif |
| 616 | |
Elliott Hughes | 76be660 | 2012-08-08 14:07:37 -0700 | [diff] [blame] | 617 | # crtbrand.c needs <stdint.h> and a #define for the platform SDK version. |
| 618 | libc_crt_target_cflags += \ |
| 619 | -I$(LOCAL_PATH)/include \ |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 620 | -I$(LOCAL_PATH)/arch-$(TARGET_ARCH)/include \ |
| 621 | -DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION) \ |
Andy McFadden | fcd00eb | 2010-05-28 13:31:45 -0700 | [diff] [blame] | 622 | |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 623 | # Define some common conlyflags |
| 624 | libc_common_conlyflags := \ |
| 625 | -std=gnu99 |
| 626 | |
| 627 | # Define some common cppflags |
| 628 | libc_common_cppflags := \ |
| 629 | -std=gnu++11 |
| 630 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 631 | # Define some common includes |
| 632 | # ======================================================== |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 633 | libc_common_c_includes := \ |
| 634 | $(LOCAL_PATH)/stdlib \ |
| 635 | $(LOCAL_PATH)/string \ |
Nick Kralevich | 76656af | 2012-06-07 16:30:02 -0700 | [diff] [blame] | 636 | $(LOCAL_PATH)/stdio \ |
| 637 | external/safe-iop/include |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 638 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 639 | # Define the libc run-time (crt) support object files that must be built, |
| 640 | # which are needed to build all other objects (shared/static libs and |
| 641 | # executables) |
| 642 | # ========================================================================== |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 643 | # ARM, MIPS, and x86 all need crtbegin_so/crtend_so. |
David 'Digit' Turner | 6a9b888 | 2010-06-18 14:47:22 -0700 | [diff] [blame] | 644 | # |
| 645 | # For x86, the .init section must point to a function that calls all |
| 646 | # entries in the .ctors section. (on ARM this is done through the |
| 647 | # .init_array section instead). |
| 648 | # |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 649 | # For all the platforms, the .fini_array section must point to a function |
David 'Digit' Turner | 6a9b888 | 2010-06-18 14:47:22 -0700 | [diff] [blame] | 650 | # that will call __cxa_finalize(&__dso_handle) in order to ensure that |
| 651 | # static C++ destructors are properly called on dlclose(). |
| 652 | # |
Pavel Chupin | b49c17c | 2013-10-02 16:38:05 +0400 | [diff] [blame] | 653 | libc_crt_target_crtbegin_file := $(LOCAL_PATH)/arch-common/bionic/crtbegin.c |
| 654 | libc_crt_target_crtbegin_so_file := $(LOCAL_PATH)/arch-common/bionic/crtbegin_so.c |
| 655 | |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 656 | ifeq ($(TARGET_ARCH),arm) |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 657 | libc_crt_target_so_cflags := |
David 'Digit' Turner | 2d2dbd3 | 2011-06-25 17:26:38 +0200 | [diff] [blame] | 658 | endif |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 659 | ifeq ($(TARGET_ARCH),mips) |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 660 | libc_crt_target_so_cflags := -fPIC |
Pavel Chupin | b49c17c | 2013-10-02 16:38:05 +0400 | [diff] [blame] | 661 | libc_crt_target_crtbegin_file := $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin.c |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 662 | endif |
Pavel Chupin | a567a8e | 2012-12-18 17:30:02 +0400 | [diff] [blame] | 663 | ifeq ($(TARGET_ARCH),$(filter $(TARGET_ARCH),x86 x86_64)) |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 664 | libc_crt_target_so_cflags := -fPIC |
| 665 | endif |
Raghu Gandham | a4c7933 | 2012-08-07 12:23:24 -0700 | [diff] [blame] | 666 | libc_crt_target_so_cflags += $(libc_crt_target_cflags) |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 667 | |
| 668 | # See the comment in crtbrand.c for the reason why we need to generate |
| 669 | # crtbrand.s before generating crtbrand.o. |
| 670 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.s |
| 671 | $(GEN): $(LOCAL_PATH)/bionic/crtbrand.c |
| 672 | @mkdir -p $(dir $@) |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 673 | $(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) -S \ |
| 674 | -MD -MF $(@:%.s=%.d) -o $@ $< |
| 675 | $(hide) sed -i -e '/\.note\.ABI-tag/s/progbits/note/' $@ |
| 676 | $(call transform-d-to-p-args,$(@:%.s=%.d),$(@:%.s=%.P)) |
| 677 | -include $(GEN:%.s=%.P) |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 678 | ALL_GENERATED_SOURCES += $(GEN) |
| 679 | |
| 680 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.o |
| 681 | $(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.s |
| 682 | @mkdir -p $(dir $@) |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 683 | $(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) -o $@ -c $< |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 684 | ALL_GENERATED_SOURCES += $(GEN) |
| 685 | |
Ying Wang | fc9e525 | 2012-05-15 15:15:11 -0700 | [diff] [blame] | 686 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_so.o |
Elliott Hughes | 12949e5 | 2012-09-10 11:16:12 -0700 | [diff] [blame] | 687 | $(GEN): $(libc_crt_target_crtbegin_so_file) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 688 | @mkdir -p $(dir $@) |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 689 | $(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) \ |
| 690 | -MD -MF $(@:%.o=%.d) -o $@ -c $< |
| 691 | $(transform-d-to-p) |
| 692 | -include $(GEN:%.o=%.P) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 693 | ALL_GENERATED_SOURCES += $(GEN) |
| 694 | |
Ying Wang | fc9e525 | 2012-05-15 15:15:11 -0700 | [diff] [blame] | 695 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_so.o |
Pavel Chupin | b49c17c | 2013-10-02 16:38:05 +0400 | [diff] [blame] | 696 | $(GEN): $(LOCAL_PATH)/arch-common/bionic/crtend_so.S |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 697 | @mkdir -p $(dir $@) |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 698 | $(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) \ |
| 699 | -MD -MF $(@:%.o=%.d) -o $@ -c $< |
| 700 | $(transform-d-to-p) |
| 701 | -include $(GEN:%.o=%.P) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 702 | ALL_GENERATED_SOURCES += $(GEN) |
Shih-wei Liao | fc0725e | 2012-07-28 00:33:28 -0700 | [diff] [blame] | 703 | |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 704 | # The following two are installed to device |
Shih-wei Liao | fc0725e | 2012-07-28 00:33:28 -0700 | [diff] [blame] | 705 | GEN := $(TARGET_OUT_SHARED_LIBRARIES)/crtbegin_so.o |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 706 | $(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_so.o |
| 707 | $(hide) mkdir -p $(dir $@) && cp -f $< $@ |
Shih-wei Liao | fc0725e | 2012-07-28 00:33:28 -0700 | [diff] [blame] | 708 | ALL_GENERATED_SOURCES += $(GEN) |
| 709 | |
| 710 | GEN := $(TARGET_OUT_SHARED_LIBRARIES)/crtend_so.o |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 711 | $(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_so.o |
| 712 | $(hide) mkdir -p $(dir $@) && cp -f $< $@ |
Shih-wei Liao | fc0725e | 2012-07-28 00:33:28 -0700 | [diff] [blame] | 713 | ALL_GENERATED_SOURCES += $(GEN) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 714 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 715 | |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 716 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_static1.o |
Elliott Hughes | 12949e5 | 2012-09-10 11:16:12 -0700 | [diff] [blame] | 717 | $(GEN): $(libc_crt_target_crtbegin_file) |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 718 | @mkdir -p $(dir $@) |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 719 | $(hide) $(TARGET_CC) $(libc_crt_target_cflags) \ |
| 720 | -MD -MF $(@:%.o=%.d) -o $@ -c $< |
| 721 | $(transform-d-to-p) |
| 722 | -include $(GEN:%.o=%.P) |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 723 | ALL_GENERATED_SOURCES += $(GEN) |
| 724 | |
Ying Wang | fc9e525 | 2012-05-15 15:15:11 -0700 | [diff] [blame] | 725 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_static.o |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 726 | $(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_static1.o $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.o |
| 727 | @mkdir -p $(dir $@) |
Pavel Chupin | e85c183 | 2013-08-16 18:11:13 +0400 | [diff] [blame] | 728 | $(hide) $(TARGET_LD) $(libc_crt_target_ldflags) -r -o $@ $^ |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 729 | ALL_GENERATED_SOURCES += $(GEN) |
| 730 | |
| 731 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_dynamic1.o |
Elliott Hughes | 12949e5 | 2012-09-10 11:16:12 -0700 | [diff] [blame] | 732 | $(GEN): $(libc_crt_target_crtbegin_file) |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 733 | @mkdir -p $(dir $@) |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 734 | $(hide) $(TARGET_CC) $(libc_crt_target_cflags) \ |
| 735 | -MD -MF $(@:%.o=%.d) -o $@ -c $< |
| 736 | $(transform-d-to-p) |
| 737 | -include $(GEN:%.o=%.P) |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 738 | ALL_GENERATED_SOURCES += $(GEN) |
| 739 | |
Ying Wang | fc9e525 | 2012-05-15 15:15:11 -0700 | [diff] [blame] | 740 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_dynamic.o |
Michael Hope | ea8fad1 | 2012-07-31 16:18:22 +1200 | [diff] [blame] | 741 | $(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_dynamic1.o $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.o |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 742 | @mkdir -p $(dir $@) |
Pavel Chupin | e85c183 | 2013-08-16 18:11:13 +0400 | [diff] [blame] | 743 | $(hide) $(TARGET_LD) $(libc_crt_target_ldflags) -r -o $@ $^ |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 744 | ALL_GENERATED_SOURCES += $(GEN) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 745 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 746 | # We rename crtend.o to crtend_android.o to avoid a |
| 747 | # name clash between gcc and bionic. |
Ying Wang | fc9e525 | 2012-05-15 15:15:11 -0700 | [diff] [blame] | 748 | GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_android.o |
Pavel Chupin | b49c17c | 2013-10-02 16:38:05 +0400 | [diff] [blame] | 749 | $(GEN): $(LOCAL_PATH)/arch-common/bionic/crtend.S |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 750 | @mkdir -p $(dir $@) |
Ying Wang | cf46487 | 2012-09-07 17:06:56 -0700 | [diff] [blame] | 751 | $(hide) $(TARGET_CC) $(libc_crt_target_cflags) \ |
| 752 | -MD -MF $(@:%.o=%.d) -o $@ -c $< |
| 753 | $(transform-d-to-p) |
| 754 | -include $(GEN:%.o=%.P) |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 755 | ALL_GENERATED_SOURCES += $(GEN) |
| 756 | |
| 757 | |
| 758 | # To enable malloc leak check for statically linked programs, add |
| 759 | # "WITH_MALLOC_CHECK_LIBC_A := true" to buildspec.mk |
| 760 | WITH_MALLOC_CHECK_LIBC_A := $(strip $(WITH_MALLOC_CHECK_LIBC_A)) |
| 761 | |
| 762 | # ======================================================== |
Nick Kralevich | 6334c66 | 2012-07-10 10:46:19 -0700 | [diff] [blame] | 763 | # libbionic_ssp.a - stack protector code |
| 764 | # ======================================================== |
| 765 | # |
| 766 | # The stack protector code needs to be compiled |
| 767 | # with -fno-stack-protector, since it modifies the |
| 768 | # stack canary. |
| 769 | |
| 770 | include $(CLEAR_VARS) |
| 771 | |
Elliott Hughes | 642331b | 2013-03-06 15:03:53 -0800 | [diff] [blame] | 772 | LOCAL_SRC_FILES := bionic/__stack_chk_fail.cpp |
Elliott Hughes | dc5ec07 | 2013-02-14 11:15:58 -0800 | [diff] [blame] | 773 | LOCAL_CFLAGS := $(libc_common_cflags) -fno-stack-protector -Werror |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 774 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 775 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Nick Kralevich | 6334c66 | 2012-07-10 10:46:19 -0700 | [diff] [blame] | 776 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 777 | LOCAL_MODULE := libbionic_ssp |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 778 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Nick Kralevich | 6334c66 | 2012-07-10 10:46:19 -0700 | [diff] [blame] | 779 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 780 | |
| 781 | include $(BUILD_STATIC_LIBRARY) |
| 782 | |
| 783 | |
| 784 | # ======================================================== |
Elliott Hughes | ce4783c | 2013-07-12 17:31:11 -0700 | [diff] [blame] | 785 | # libc_tzcode.a - upstream 'tzcode' code |
| 786 | # ======================================================== |
| 787 | |
| 788 | include $(CLEAR_VARS) |
| 789 | |
| 790 | LOCAL_SRC_FILES := $(libc_tzcode_src_files) |
| 791 | LOCAL_CFLAGS := \ |
| 792 | $(libc_common_cflags) \ |
Elliott Hughes | ce4783c | 2013-07-12 17:31:11 -0700 | [diff] [blame] | 793 | -DSTD_INSPIRED=1 \ |
| 794 | -DTZDIR=\"/system/usr/share/zoneinfo\" \ |
| 795 | -DTM_GMTOFF=tm_gmtoff \ |
| 796 | -DUSG_COMPAT=1 |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 797 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 798 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Elliott Hughes | ce4783c | 2013-07-12 17:31:11 -0700 | [diff] [blame] | 799 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 800 | LOCAL_MODULE := libc_tzcode |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 801 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Elliott Hughes | ce4783c | 2013-07-12 17:31:11 -0700 | [diff] [blame] | 802 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 803 | |
| 804 | include $(BUILD_STATIC_LIBRARY) |
| 805 | |
| 806 | |
| 807 | # ======================================================== |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 808 | # libc_dns.a - modified NetBSD DNS code |
| 809 | # ======================================================== |
| 810 | |
| 811 | include $(CLEAR_VARS) |
| 812 | |
| 813 | LOCAL_SRC_FILES := $(libc_dns_src_files) |
| 814 | LOCAL_CFLAGS := \ |
| 815 | $(libc_common_cflags) \ |
| 816 | -DINET6 \ |
| 817 | -I$(LOCAL_PATH)/private \ |
| 818 | -I$(LOCAL_PATH)/upstream-netbsd/libc/include # for NetBSD private headers |
| 819 | |
| 820 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 821 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
| 822 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 823 | LOCAL_MODULE := libc_dns |
| 824 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
| 825 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 826 | |
| 827 | include $(BUILD_STATIC_LIBRARY) |
| 828 | |
| 829 | |
| 830 | # ======================================================== |
Elliott Hughes | f077784 | 2013-03-01 16:59:46 -0800 | [diff] [blame] | 831 | # libc_freebsd.a - upstream FreeBSD C library code |
| 832 | # ======================================================== |
| 833 | # |
| 834 | # These files are built with the freebsd-compat.h header file |
| 835 | # automatically included. |
| 836 | |
| 837 | include $(CLEAR_VARS) |
| 838 | |
| 839 | LOCAL_SRC_FILES := $(libc_upstream_freebsd_src_files) |
| 840 | LOCAL_CFLAGS := \ |
| 841 | $(libc_common_cflags) \ |
| 842 | -I$(LOCAL_PATH)/upstream-freebsd \ |
| 843 | -I$(LOCAL_PATH)/upstream-freebsd/libc/include \ |
| 844 | -include upstream-freebsd/freebsd-compat.h |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 845 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 846 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Elliott Hughes | f077784 | 2013-03-01 16:59:46 -0800 | [diff] [blame] | 847 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 848 | LOCAL_MODULE := libc_freebsd |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 849 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Elliott Hughes | f077784 | 2013-03-01 16:59:46 -0800 | [diff] [blame] | 850 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 851 | |
| 852 | include $(BUILD_STATIC_LIBRARY) |
| 853 | |
| 854 | |
| 855 | # ======================================================== |
Elliott Hughes | f8b3a92 | 2012-08-10 11:39:58 -0700 | [diff] [blame] | 856 | # libc_netbsd.a - upstream NetBSD C library code |
| 857 | # ======================================================== |
| 858 | # |
| 859 | # These files are built with the netbsd-compat.h header file |
| 860 | # automatically included. |
| 861 | |
| 862 | include $(CLEAR_VARS) |
| 863 | |
| 864 | LOCAL_SRC_FILES := $(libc_upstream_netbsd_src_files) |
| 865 | LOCAL_CFLAGS := \ |
| 866 | $(libc_common_cflags) \ |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 867 | -DPOSIX_MISTAKE \ |
Elliott Hughes | 3d2d448 | 2012-08-13 16:38:29 -0700 | [diff] [blame] | 868 | -I$(LOCAL_PATH)/upstream-netbsd \ |
Elliott Hughes | ab44f52 | 2012-10-23 16:05:09 -0700 | [diff] [blame] | 869 | -I$(LOCAL_PATH)/upstream-netbsd/libc/include \ |
Elliott Hughes | f8b3a92 | 2012-08-10 11:39:58 -0700 | [diff] [blame] | 870 | -include upstream-netbsd/netbsd-compat.h |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 871 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 872 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Elliott Hughes | f8b3a92 | 2012-08-10 11:39:58 -0700 | [diff] [blame] | 873 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 874 | LOCAL_MODULE := libc_netbsd |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 875 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Elliott Hughes | f8b3a92 | 2012-08-10 11:39:58 -0700 | [diff] [blame] | 876 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 877 | |
| 878 | include $(BUILD_STATIC_LIBRARY) |
| 879 | |
| 880 | |
| 881 | # ======================================================== |
Elliott Hughes | 29c7f0b | 2012-10-22 17:05:27 -0700 | [diff] [blame] | 882 | # libc_bionic.a - home-grown C library code |
| 883 | # ======================================================== |
| 884 | # |
| 885 | include $(CLEAR_VARS) |
| 886 | |
| 887 | LOCAL_SRC_FILES := $(libc_bionic_src_files) |
| 888 | LOCAL_CFLAGS := $(libc_common_cflags) -Werror |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 889 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 890 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Elliott Hughes | 29c7f0b | 2012-10-22 17:05:27 -0700 | [diff] [blame] | 891 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 892 | LOCAL_MODULE := libc_bionic |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 893 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Elliott Hughes | 29c7f0b | 2012-10-22 17:05:27 -0700 | [diff] [blame] | 894 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 895 | |
| 896 | include $(BUILD_STATIC_LIBRARY) |
| 897 | |
| 898 | |
| 899 | # ======================================================== |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 900 | # libc_common.a |
| 901 | # ======================================================== |
Elliott Hughes | f8b3a92 | 2012-08-10 11:39:58 -0700 | [diff] [blame] | 902 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 903 | include $(CLEAR_VARS) |
| 904 | |
| 905 | LOCAL_SRC_FILES := $(libc_common_src_files) |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 906 | LOCAL_CFLAGS := $(libc_common_cflags) |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 907 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 908 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 909 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 910 | LOCAL_MODULE := libc_common |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 911 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Elliott Hughes | ce4783c | 2013-07-12 17:31:11 -0700 | [diff] [blame] | 912 | LOCAL_WHOLE_STATIC_LIBRARIES := \ |
| 913 | libbionic_ssp \ |
| 914 | libc_bionic \ |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 915 | libc_dns \ |
Elliott Hughes | ce4783c | 2013-07-12 17:31:11 -0700 | [diff] [blame] | 916 | libc_freebsd \ |
| 917 | libc_netbsd \ |
Elliott Hughes | eb847bc | 2013-10-09 15:50:50 -0700 | [diff] [blame] | 918 | libc_tzcode \ |
| 919 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 920 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 921 | |
Ying Wang | c97c5fc | 2012-08-11 14:23:19 -0700 | [diff] [blame] | 922 | # TODO: split out the asflags. |
| 923 | LOCAL_ASFLAGS := $(LOCAL_CFLAGS) |
| 924 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 925 | include $(BUILD_STATIC_LIBRARY) |
| 926 | |
| 927 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 928 | # ======================================================== |
Dima Zavin | 49e5533 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 929 | # libc_nomalloc.a |
| 930 | # ======================================================== |
| 931 | # |
| 932 | # This is a version of the static C library that does not |
Elliott Hughes | 91a9925 | 2013-02-12 21:56:42 -0800 | [diff] [blame] | 933 | # include malloc. It's useful in situations when the user wants |
| 934 | # to provide their own malloc implementation, or wants to |
| 935 | # explicitly disallow the use of the use of malloc, |
| 936 | # such as in the dynamic loader. |
Dima Zavin | 49e5533 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 937 | |
| 938 | include $(CLEAR_VARS) |
| 939 | |
| 940 | LOCAL_SRC_FILES := \ |
| 941 | $(libc_arch_static_src_files) \ |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 942 | $(libc_static_common_src_files) \ |
Elliott Hughes | 42b2c6a | 2013-02-07 10:14:39 -0800 | [diff] [blame] | 943 | bionic/libc_init_static.cpp |
Dima Zavin | 49e5533 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 944 | |
| 945 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 946 | LOCAL_CFLAGS := $(libc_common_cflags) \ |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 947 | -DLIBC_STATIC |
| 948 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 949 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Dima Zavin | 49e5533 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 950 | |
| 951 | LOCAL_MODULE := libc_nomalloc |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 952 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Dima Zavin | 49e5533 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 953 | LOCAL_WHOLE_STATIC_LIBRARIES := libc_common |
| 954 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 955 | |
| 956 | include $(BUILD_STATIC_LIBRARY) |
| 957 | |
| 958 | |
| 959 | # ======================================================== |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 960 | # libc.a |
| 961 | # ======================================================== |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 962 | include $(CLEAR_VARS) |
| 963 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 964 | LOCAL_SRC_FILES := \ |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 965 | $(libc_arch_static_src_files) \ |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 966 | $(libc_static_common_src_files) \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 967 | bionic/dlmalloc.c \ |
Elliott Hughes | c4d1fec | 2012-08-28 14:15:04 -0700 | [diff] [blame] | 968 | bionic/malloc_debug_common.cpp \ |
Elliott Hughes | 42b2c6a | 2013-02-07 10:14:39 -0800 | [diff] [blame] | 969 | bionic/libc_init_static.cpp |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 970 | |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 971 | LOCAL_CFLAGS := $(libc_common_cflags) \ |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 972 | -DLIBC_STATIC |
| 973 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 974 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 975 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 976 | LOCAL_MODULE := libc |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 977 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 978 | LOCAL_WHOLE_STATIC_LIBRARIES := libc_common |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 979 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 980 | |
| 981 | include $(BUILD_STATIC_LIBRARY) |
| 982 | |
| 983 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 984 | # ======================================================== |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 985 | # libc.so |
| 986 | # ======================================================== |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 987 | include $(CLEAR_VARS) |
| 988 | |
Mathias Agopian | 7c0c379 | 2011-09-05 23:54:55 -0700 | [diff] [blame] | 989 | # pthread deadlock prediction: |
| 990 | # set -DPTHREAD_DEBUG -DPTHREAD_DEBUG_ENABLED=1 to enable support for |
| 991 | # pthread deadlock prediction. |
| 992 | # Since this code is experimental it is disabled by default. |
| 993 | # see libc/bionic/pthread_debug.c for details |
| 994 | |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 995 | LOCAL_CFLAGS := $(libc_common_cflags) -DPTHREAD_DEBUG -DPTHREAD_DEBUG_ENABLED=0 |
| 996 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 997 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 998 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 999 | |
| 1000 | LOCAL_SRC_FILES := \ |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 1001 | $(libc_arch_dynamic_src_files) \ |
David 'Digit' Turner | 6a51def | 2010-08-27 08:19:19 -0700 | [diff] [blame] | 1002 | $(libc_static_common_src_files) \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1003 | bionic/dlmalloc.c \ |
Elliott Hughes | c4d1fec | 2012-08-28 14:15:04 -0700 | [diff] [blame] | 1004 | bionic/malloc_debug_common.cpp \ |
Elliott Hughes | 1e980b6 | 2013-01-17 18:36:06 -0800 | [diff] [blame] | 1005 | bionic/pthread_debug.cpp \ |
Elliott Hughes | 42b2c6a | 2013-02-07 10:14:39 -0800 | [diff] [blame] | 1006 | bionic/libc_init_dynamic.cpp |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1007 | |
Ard Biesheuvel | f3cfcd8 | 2012-08-21 14:13:50 +0200 | [diff] [blame] | 1008 | ifeq ($(TARGET_ARCH),arm) |
| 1009 | LOCAL_NO_CRT := true |
| 1010 | LOCAL_CFLAGS += -DCRT_LEGACY_WORKAROUND |
| 1011 | |
| 1012 | LOCAL_SRC_FILES := \ |
Pavel Chupin | b49c17c | 2013-10-02 16:38:05 +0400 | [diff] [blame] | 1013 | arch-common/bionic/crtbegin_so.c \ |
Ard Biesheuvel | f3cfcd8 | 2012-08-21 14:13:50 +0200 | [diff] [blame] | 1014 | arch-arm/bionic/atexit_legacy.c \ |
| 1015 | $(LOCAL_SRC_FILES) \ |
Pavel Chupin | b49c17c | 2013-10-02 16:38:05 +0400 | [diff] [blame] | 1016 | arch-common/bionic/crtend_so.S |
Ard Biesheuvel | f3cfcd8 | 2012-08-21 14:13:50 +0200 | [diff] [blame] | 1017 | endif |
| 1018 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1019 | LOCAL_MODULE:= libc |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 1020 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Elliott Hughes | 914d8d4 | 2012-10-18 11:28:56 -0700 | [diff] [blame] | 1021 | LOCAL_REQUIRED_MODULES := tzdata |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1022 | |
| 1023 | # WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries, |
| 1024 | # make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This |
| 1025 | # ensures that symbols that are pulled into those new libraries from libgcc.a are not declared |
| 1026 | # external; if that were the case, then libc would not pull those symbols from libgcc.a as it |
| 1027 | # should, instead relying on the external symbols from the dependent libraries. That would |
| 1028 | # create an "cloaked" dependency on libgcc.a in libc though the libraries, which is not what |
| 1029 | # you wanted! |
| 1030 | |
| 1031 | LOCAL_SHARED_LIBRARIES := libdl |
| 1032 | LOCAL_WHOLE_STATIC_LIBRARIES := libc_common |
| 1033 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
| 1034 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1035 | include $(BUILD_SHARED_LIBRARY) |
| 1036 | |
| 1037 | |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1038 | # For all builds, except for the -user build we will enable memory |
| 1039 | # allocation checking (including memory leaks, buffer overwrites, etc.) |
| 1040 | # Note that all these checks are also controlled by env. settings |
| 1041 | # that can enable, or disable specific checks. Note also that some of |
| 1042 | # the checks are available only in emulator and are implemeted in |
| 1043 | # libc_malloc_qemu_instrumented.so. |
| 1044 | ifneq ($(TARGET_BUILD_VARIANT),user) |
| 1045 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 1046 | # ======================================================== |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1047 | # libc_malloc_debug_leak.so |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1048 | # ======================================================== |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1049 | include $(CLEAR_VARS) |
| 1050 | |
Dima Zavin | ca122b0 | 2009-05-27 10:52:37 -0700 | [diff] [blame] | 1051 | LOCAL_CFLAGS := \ |
| 1052 | $(libc_common_cflags) \ |
| 1053 | -DMALLOC_LEAK_CHECK |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 1054 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 1055 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1056 | |
| 1057 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 1058 | |
| 1059 | LOCAL_SRC_FILES := \ |
Elliott Hughes | 1e980b6 | 2013-01-17 18:36:06 -0800 | [diff] [blame] | 1060 | bionic/debug_mapinfo.cpp \ |
| 1061 | bionic/debug_stacktrace.cpp \ |
Elliott Hughes | c4d1fec | 2012-08-28 14:15:04 -0700 | [diff] [blame] | 1062 | bionic/malloc_debug_leak.cpp \ |
| 1063 | bionic/malloc_debug_check.cpp \ |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1064 | |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1065 | LOCAL_MODULE:= libc_malloc_debug_leak |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 1066 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1067 | |
Pavel Chupin | e007775 | 2012-09-10 19:35:25 +0400 | [diff] [blame] | 1068 | LOCAL_SHARED_LIBRARIES := libc libdl |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1069 | LOCAL_WHOLE_STATIC_LIBRARIES := libc_common |
| 1070 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
Bruce Beare | aa46fa2 | 2010-07-08 14:47:50 -0700 | [diff] [blame] | 1071 | LOCAL_ALLOW_UNDEFINED_SYMBOLS := true |
Iliyan Malchev | 3680704 | 2011-03-14 14:02:05 -0700 | [diff] [blame] | 1072 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1073 | # Don't install on release build |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1074 | LOCAL_MODULE_TAGS := eng debug |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1075 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1076 | include $(BUILD_SHARED_LIBRARY) |
| 1077 | |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1078 | |
| 1079 | # ======================================================== |
| 1080 | # libc_malloc_debug_qemu.so |
| 1081 | # ======================================================== |
| 1082 | include $(CLEAR_VARS) |
| 1083 | |
| 1084 | LOCAL_CFLAGS := \ |
| 1085 | $(libc_common_cflags) \ |
| 1086 | -DMALLOC_QEMU_INSTRUMENT |
Stephen Hines | 762cea4 | 2013-09-30 17:10:53 -0700 | [diff] [blame] | 1087 | LOCAL_CONLYFLAGS := $(libc_common_conlyflags) |
| 1088 | LOCAL_CPPFLAGS := $(libc_common_cppflags) |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1089 | |
| 1090 | LOCAL_C_INCLUDES := $(libc_common_c_includes) |
| 1091 | |
| 1092 | LOCAL_SRC_FILES := \ |
Elliott Hughes | c4d1fec | 2012-08-28 14:15:04 -0700 | [diff] [blame] | 1093 | bionic/malloc_debug_qemu.cpp |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1094 | |
| 1095 | LOCAL_MODULE:= libc_malloc_debug_qemu |
Christopher Ferris | d7a6329 | 2013-10-03 13:26:22 -0700 | [diff] [blame] | 1096 | LOCAL_ADDITIONAL_DEPENDENCIES := $(libc_common_additional_dependencies) |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1097 | |
Mathias Agopian | 7c0c379 | 2011-09-05 23:54:55 -0700 | [diff] [blame] | 1098 | LOCAL_SHARED_LIBRARIES := libc libdl |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1099 | LOCAL_WHOLE_STATIC_LIBRARIES := libc_common |
| 1100 | LOCAL_SYSTEM_SHARED_LIBRARIES := |
Iliyan Malchev | 3680704 | 2011-03-14 14:02:05 -0700 | [diff] [blame] | 1101 | |
Vladimir Chtchetkine | b74ceb2 | 2009-11-17 14:13:38 -0800 | [diff] [blame] | 1102 | # Don't install on release build |
| 1103 | LOCAL_MODULE_TAGS := eng debug |
| 1104 | |
| 1105 | include $(BUILD_SHARED_LIBRARY) |
| 1106 | |
| 1107 | endif #!user |
| 1108 | |
| 1109 | |
The Android Open Source Project | 1dc9e47 | 2009-03-03 19:28:35 -0800 | [diff] [blame] | 1110 | # ======================================================== |
| 1111 | include $(call all-makefiles-under,$(LOCAL_PATH)) |