summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeilun Du <wdu@google.com>2018-08-31 13:20:53 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-08-31 13:20:53 -0700
commita3ec5c2efaa9d95000f35374bc59599207725036 (patch)
tree0b462053941c46a14f07a073a5f1f2eb82317691
parent2ccb38af8c940f1feef62ff5986f4bbc5d899e66 (diff)
parenta52bf9be78a5ef00804fe453154f47164b6bec8d (diff)
downloadx86_64-linux-glibc2.15-4.8-a3ec5c2efaa9d95000f35374bc59599207725036.tar.gz
Fix warnings in linking tcmalloc
am: a52bf9be78 Change-Id: Ic87b4abcf72a2b7393e6b1a9e851b6d9e3fc902e
-rw-r--r--sysroot/usr/lib/libpthread.so2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysroot/usr/lib/libpthread.so b/sysroot/usr/lib/libpthread.so
index f02ce72..ca8dbee 100644
--- a/sysroot/usr/lib/libpthread.so
+++ b/sysroot/usr/lib/libpthread.so
@@ -2,4 +2,4 @@
Use the shared library, but some functions are only in
the static library, so try that secondarily. */
OUTPUT_FORMAT(elf64-x86-64)
-GROUP ( libpthread.so.0 libpthread_nonshared.a )
+GROUP ( libpthread.so.0 libpthread.a )