Module Name: src
Committed By: dsl
Date: Mon Aug 3 06:25:34 UTC 2009
Modified Files:
src/lib/libc/arch/powerpc/string: Makefile.inc
Log Message:
bzero.S also defines memset(), so exclude memset.c
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/lib/libc/arch/powerpc/string/Makefile.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/arch/powerpc/string/Makefile.inc
diff -u src/lib/libc/arch/powerpc/string/Makefile.inc:1.10 src/lib/libc/arch/powerpc/string/Makefile.inc:1.11
--- src/lib/libc/arch/powerpc/string/Makefile.inc:1.10 Thu Jul 30 20:57:16 2009
+++ src/lib/libc/arch/powerpc/string/Makefile.inc Mon Aug 3 06:25:34 2009
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.10 2009/07/30 20:57:16 dsl Exp $
+# $NetBSD: Makefile.inc,v 1.11 2009/08/03 06:25:34 dsl Exp $
SRCS+= bzero.S ffs.S strlen.S
+NO_SRCS+= memset.c
# disable the asm versions of these because they break the explora.
# the special rules here are to override the suffix rules which seem