Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern amend previous sparc64 fix: rump does not kn...



details:   https://anonhg.NetBSD.org/src/rev/87f75c3c32dc
branches:  trunk
changeset: 785387:87f75c3c32dc
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 11 11:44:48 2013 +0000

description:
amend previous sparc64 fix: rump does not know about memcpyset.s

diffstat:

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

diffs (19 lines):

diff -r 9c3d86ee9d14 -r 87f75c3c32dc sys/lib/libkern/Makefile.libkern
--- a/sys/lib/libkern/Makefile.libkern  Mon Mar 11 10:44:43 2013 +0000
+++ b/sys/lib/libkern/Makefile.libkern  Mon Mar 11 11:44:48 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.libkern,v 1.20 2013/03/10 07:31:03 christos Exp $
+#      $NetBSD: Makefile.libkern,v 1.21 2013/03/11 11:44:48 christos Exp $
 
 # 
 # Variable definitions for libkern.  
@@ -74,7 +74,8 @@
 SRCS+= strchr.c strrchr.c
 SRCS+= memcmp.c
 
-.if (${MACHINE_ARCH} != "sparc64") # provided by memcpyset.s
+.if (${MACHINE_ARCH} != "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 



Home | Main Index | Thread Index | Old Index