Loading...
arm/string/Makefile.inc Libc-594.1.4 Libc-583
--- Libc/Libc-594.1.4/arm/string/Makefile.inc
+++ Libc/Libc-583/arm/string/Makefile.inc
@@ -4,11 +4,10 @@
 #
 .PATH: ${.CURDIR}/arm/string
 
-MDSRCS +=	 \
-	bcopy.s  \
-	bzero.s  \
-	ffs.s    \
-	memcmp.s \
+MDSRCS +=	\
+	bcopy.s \
+	bzero.s \
+	ffs.s \
 	strcmp.s \
 	strlen.s
 
@@ -16,4 +15,4 @@
 MDSRCS += memset_pattern.s
 .endif
 
-SUPPRESSSRCS += bcmp.c memcpy.c memmove.c memset.c strlen.c
+SUPPRESSSRCS += memcpy.c memmove.c memset.c strlen.c