Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/lib/libkern undo sparc64 kludge



details:   https://anonhg.NetBSD.org/src/rev/e5e01ec06fef
branches:  trunk
changeset: 785504:e5e01ec06fef
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 17 00:47:13 2013 +0000

description:
undo sparc64 kludge

diffstat:

 sys/lib/libkern/Makefile.libkern |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 6730648c3306 -r e5e01ec06fef sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Sun Mar 17 00:45:03 2013 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Sun Mar 17 00:47:13 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libkern,v 1.22 2013/03/14 11:53:33 nakayama Exp $
+#      $NetBSD: Makefile.libkern,v 1.23 2013/03/17 00:47:13 christos Exp $
 
 # 
 # Variable definitions for libkern.  
@@ -74,13 +74,11 @@
 SRCS+= strchr.c strrchr.c
 SRCS+= memcmp.c
 
-.if (${MACHINE} != "sparc64") || defined(RUMPTOP)
-# provided by memcpyset.s on sparc64, but RUMP does not know about it.
 SRCS+= memcpy.c
 .if empty(SRCS:Mmemset2.*)
 SRCS+= memset.c 
 .endif
-.endif
+
 SRCS+= popcount32.c popcount64.c
 SRCS+= strtoul.c strtoll.c strtoull.c strtoumax.c
 



Home | Main Index | Thread Index | Old Index