diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-18 01:22:29 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-12-18 01:22:29 +0530 |
commit | 009ba649b4999ea269de8d0b301e659f075df495 (patch) | |
tree | 0e72510c5cd7f75baf257a5b4b5fbdbaaec4cd44 | |
parent | 42e8394f5145899c68c8e8008e5f40ce843f039e (diff) | |
download | glibc-009ba649b4999ea269de8d0b301e659f075df495.tar glibc-009ba649b4999ea269de8d0b301e659f075df495.tar.gz glibc-009ba649b4999ea269de8d0b301e659f075df495.tar.bz2 glibc-009ba649b4999ea269de8d0b301e659f075df495.zip |
Link benchset tests against libsupport
Benchsets in benchtests use test-skeleton, so they too need to be
linked against the new libsupport DSO.
* benchtests/Makefile (binaries-benchset): Depend on libsupport
DSO.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | benchtests/Makefile | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2016-12-17 Siddhesh Poyarekar <siddhesh@sourceware.org> + + * benchtests/Makefile (binaries-benchset): Depend on libsupport + DSO. + 2016-12-17 Martin Galvan <martingalvan@sourceware.org> * Rules (python-flags, python-invoke): New. diff --git a/benchtests/Makefile b/benchtests/Makefile index 5a61522689..ba4d06883a 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -192,6 +192,7 @@ bench-func: $(binaries-bench) $(timing-type) $(binaries-bench) $(binaries-benchset) \ $(binaries-bench-malloc): %: %.o $(objpfx)json-lib.o \ + $(link-extra-libs-tests) \ $(sort $(filter $(common-objpfx)lib%,$(link-libc))) \ $(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit) $(+link-tests) |