diff options
Diffstat (limited to 'benchtests')
-rw-r--r-- | benchtests/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index a0954cdbc7..63a5a7fd6b 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -44,9 +44,8 @@ benchset := $(string-bench-all) $(stdlib-bench) CFLAGS-bench-ffs.c += -fno-builtin CFLAGS-bench-ffsll.c += -fno-builtin -$(addprefix $(objpfx)bench-,$(bench-math)): $(common-objpfx)math/libm.so -$(addprefix $(objpfx)bench-,$(bench-pthread)): \ - $(common-objpfx)nptl/libpthread.so +$(addprefix $(objpfx)bench-,$(bench-math)): $(libm) +$(addprefix $(objpfx)bench-,$(bench-pthread)): $(shared-thread-library) |