mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
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.
This commit is contained in:
parent
42e8394f51
commit
009ba649b4
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user