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.
This commit is contained in:
parent
39bc0972fe
commit
413d399156
|
|
@ -393,6 +393,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