summaryrefslogtreecommitdiff
path: root/libc/string/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/string/Makefile')
-rw-r--r--libc/string/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/string/Makefile b/libc/string/Makefile
index 6447543c3..2991e1fed 100644
--- a/libc/string/Makefile
+++ b/libc/string/Makefile
@@ -45,10 +45,6 @@ routines := strcat strchr strcmp strcoll strcpy strcspn \
routines-$(OPTION_EGLIBC_ENVZ) += envz
-# Gcc internally generates calls to unbounded memcpy and memset
-# for -fbounded-pointer compiles. Glibc uses memchr for explicit checks.
-o-objects.ob := memcpy.o memset.o memchr.o
-
strop-tests := memchr memcmp memcpy memmove mempcpy memset memccpy \
stpcpy stpncpy strcat strchr strcmp strcpy strcspn \
strlen strncmp strncpy strpbrk strrchr strspn memmem \
@@ -81,8 +77,6 @@ CFLAGS-tst-strlen.c = -fno-builtin
CFLAGS-stratcliff.c = -fno-builtin
CFLAGS-test-ffs.c = -fno-builtin
CFLAGS-tst-inlcall.c = -fno-builtin
-CFLAGS-bug-strstr1.c = -fno-builtin
-CFLAGS-bug-strcasestr1.c = -fno-builtin
ifeq ($(run-built-tests),yes)
tests: $(objpfx)tst-svc.out