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