Loading...
--- Libc/Libc-391.5.22/ppc64/string/Makefile.inc
+++ /dev/null
@@ -1,21 +0,0 @@
-# searching ppc directory as a fallback to avoid unnecessary code duplication
-#
-.PATH: ${.CURDIR}/ppc/string
-
-MDSRCS += \
- bcopy.s \
- bzero.s \
- memset.s \
- memcmp.s \
- strcat.s \
- strcmp.s \
- strcpy.s \
- strlcat.s \
- strlcpy.s \
- strlen.s \
- strncat.s \
- strncmp.s \
- strncpy.s
-
-SUPPRESSSRCS += bcmp.c
-