diff options
Diffstat (limited to 'benchtests/Makefile')
-rw-r--r-- | benchtests/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/benchtests/Makefile b/benchtests/Makefile index 5c92760f87..0820d2060d 100644 --- a/benchtests/Makefile +++ b/benchtests/Makefile @@ -29,8 +29,7 @@ string-bench := bcopy bzero memccpy memchr memcmp memcpy memmem memmove \ strcat strchr strchrnul strcmp strcpy strcspn strlen \ strncasecmp strncat strncmp strncpy strnlen strpbrk strrchr \ strspn strstr strcpy_chk stpcpy_chk memrchr strsep -string-bench-ifunc := $(addsuffix -ifunc, $(string-bench)) -string-bench-all := $(string-bench) $(string-bench-ifunc) +string-bench-all := $(string-bench) stdlib-bench := strtod |