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

This commit is contained in:
christos 2013-03-11 11:44:48 +00:00
parent 7c323d8879
commit d3a58d87a8
1 changed files with 3 additions and 2 deletions

View File

@ -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+= memmove.c
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