mirror of git://sourceware.org/git/glibc.git
bench-malloc-thread: Add libm for powf
The compiler might not constant fold the call, which issues linker error. Reviewed-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
4d695077b8
commit
52524467af
|
|
@ -397,6 +397,8 @@ $(addprefix $(objpfx)bench-,$(bench-pthread)): $(thread-library-benchtests)
|
|||
$(addprefix $(objpfx)bench-,$(bench-malloc)): $(thread-library-benchtests)
|
||||
$(addprefix $(objpfx)bench-,pthread-locks): $(libm-benchtests)
|
||||
$(addprefix $(objpfx)bench-,pthread-mutex-locks): $(libm-benchtests)
|
||||
$(addprefix $(objpfx)bench-,malloc-thread): $(libm-benchtests)
|
||||
$(addprefix $(objpfx)bench-,calloc-thread): $(libm-benchtests)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue