Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/powerpc Add bzero.S and strlen.S to the stuff ...
details: https://anonhg.NetBSD.org/src/rev/89d9c99a0e26
branches: trunk
changeset: 522532:89d9c99a0e26
user: eeh <eeh%NetBSD.org@localhost>
date: Wed Feb 20 22:45:04 2002 +0000
description:
Add bzero.S and strlen.S to the stuff that gets installed in libkern.
diffstat:
lib/libc/arch/powerpc/Makefile.inc | 4 ++--
lib/libc/arch/powerpc/string/Makefile.inc | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r c405b687cf31 -r 89d9c99a0e26 lib/libc/arch/powerpc/Makefile.inc
--- a/lib/libc/arch/powerpc/Makefile.inc Wed Feb 20 22:32:10 2002 +0000
+++ b/lib/libc/arch/powerpc/Makefile.inc Wed Feb 20 22:45:04 2002 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.4 2001/11/25 01:09:58 mjl Exp $
+# $NetBSD: Makefile.inc,v 1.5 2002/02/20 22:45:04 eeh Exp $
KMINCLUDES=
-KMSRCS= arch/powerpc/string/ffs.S
+KMSRCS=
.if (${MKSOFTFLOAT} != "no")
CPPFLAGS+= -DSOFTFLOAT_NEED_FIXUNS
diff -r c405b687cf31 -r 89d9c99a0e26 lib/libc/arch/powerpc/string/Makefile.inc
--- a/lib/libc/arch/powerpc/string/Makefile.inc Wed Feb 20 22:32:10 2002 +0000
+++ b/lib/libc/arch/powerpc/string/Makefile.inc Wed Feb 20 22:45:04 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.3 2001/11/30 02:26:35 mjl Exp $
+# $NetBSD: Makefile.inc,v 1.4 2002/02/20 22:45:05 eeh Exp $
SRCS+= bzero.S ffs.S strlen.S
+KMSRCS+=bzero.S ffs.S strlen.S
SRCS+= bcmp.c bcopy.c index.c memchr.c memcmp.c \
rindex.c strcat.c strcmp.c strcpy.c strcspn.c \
Home |
Main Index |
Thread Index |
Old Index