diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-22 09:58:48 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-05-09 11:22:00 +0200 |
commit | a5c2f42566460fc73755c768e8e1c59dbd5a4bb2 (patch) | |
tree | 47d87f187e148756aa5dcc063739da60c9c8c85b /ChangeLog | |
parent | f69ae17e843b00d3495b736f4381c1fa64dc02bc (diff) | |
download | glibc-a5c2f42566460fc73755c768e8e1c59dbd5a4bb2.zip glibc-a5c2f42566460fc73755c768e8e1c59dbd5a4bb2.tar.gz glibc-a5c2f42566460fc73755c768e8e1c59dbd5a4bb2.tar.bz2 |
Fix malloc threaded tests link on non-Linux
* malloc/Makefile ($(objpfx)tst-malloc-backtrace,
$(objpfx)tst-malloc-thread-exit, $(objpfx)tst-malloc-thread-fail): Use
$(shared-thread-library) instead of hardcoding the path to libpthread.
(cherry picked from commit b87e41378beca3c98ec3464d64835e66cc788497)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-03-22 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * malloc/Makefile ($(objpfx)tst-malloc-backtrace, + $(objpfx)tst-malloc-thread-exit, $(objpfx)tst-malloc-thread-fail): Use + $(shared-thread-library) instead of hardcoding the path to libpthread. + 2016-02-19 Florian Weimer <fweimer@redhat.com> * sysdeps/generic/malloc-machine.h: Assume mutex_init is always |