bench-malloc-thread: Add libm for powf

The compiler might not constant fold the call, which issues
linker error.
This commit is contained in:
Adhemerval Zanella 2024-02-06 16:52:45 -03:00
parent 39bc0972fe
commit 413d399156
1 changed files with 2 additions and 0 deletions

View File

@ -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)