diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-03-08 04:53:24 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-03-08 04:53:38 -0800 |
commit | 87da630b22f70355531a759099f7f4b9311fb39d (patch) | |
tree | b9c9a45478c099b4383505b493b8a6851381ced2 /ChangeLog | |
parent | 30bcdc1860a9e80afad11c94e508f962a6563205 (diff) | |
download | glibc-87da630b22f70355531a759099f7f4b9311fb39d.zip glibc-87da630b22f70355531a759099f7f4b9311fb39d.tar.gz glibc-87da630b22f70355531a759099f7f4b9311fb39d.tar.bz2 |
Support --enable-hardcoded-path-in-tests in benchtests
benchtests should use $(test-via-rtld-prefix) and $(+link-tests) like
other glibc tests.
[BZ #19783]
* benchtests/Makefile (run-bench): Replace $(rtld-prefix) with
$(test-via-rtld-prefix).
($(binaries-bench)): Replace $(+link) with $(+link-tests).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2016-03-08 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #19783] + * benchtests/Makefile (run-bench): Replace $(rtld-prefix) with + $(test-via-rtld-prefix). + ($(binaries-bench)): Replace $(+link) with $(+link-tests). + 2016-03-08 Florian Weimer <fweimer@redhat.com> * sunrpc/key_call.c (key_call_keyenvoy): Use int status instead of |