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).
+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
run-bench = $(test-wrapper-env) \
$(run-program-env) \
- $($*-ENV) $(rtld-prefix) $${run}
+ $($*-ENV) $(test-via-rtld-prefix) $${run}
timing-type := $(objpfx)bench-timing-type
$(binaries-bench-malloc): %: %.o $(objpfx)json-lib.o \
$(sort $(filter $(common-objpfx)lib%,$(link-libc))) \
$(addprefix $(csu-objpfx),start.o) $(+preinit) $(+postinit)
- $(+link)
+ $(+link-tests)
$(objpfx)bench-%.c: %-inputs $(bench-deps)
{ if [ -n "$($*-INCLUDE)" ]; then \