Loading...
arm/string/Makefile.inc Libc-583 /dev/null
--- Libc/Libc-583/arm/string/Makefile.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-# $Version$
-#
-# ARM-optimised string functions.
-#
-.PATH: ${.CURDIR}/arm/string
-
-MDSRCS +=	\
-	bcopy.s \
-	bzero.s \
-	ffs.s \
-	strcmp.s \
-	strlen.s
-
-.if defined(FEATURE_ARM_ARCH_6)
-MDSRCS += memset_pattern.s
-.endif
-
-SUPPRESSSRCS += memcpy.c memmove.c memset.c strlen.c