Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/hppa Don't build spcopy for rumpkern. ...
details: https://anonhg.NetBSD.org/src/rev/e3a0f7fda54e
branches: trunk
changeset: 747581:e3a0f7fda54e
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Sep 22 09:57:16 2009 +0000
description:
Don't build spcopy for rumpkern. Fixes hp700 build failure pointed
out by nick.
XXX: spcopy should be in the main kernel instead of libkern in any case
diffstat:
sys/lib/libkern/arch/hppa/Makefile.inc | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b9fb53577db1 -r e3a0f7fda54e sys/lib/libkern/arch/hppa/Makefile.inc
--- a/sys/lib/libkern/arch/hppa/Makefile.inc Tue Sep 22 04:38:21 2009 +0000
+++ b/sys/lib/libkern/arch/hppa/Makefile.inc Tue Sep 22 09:57:16 2009 +0000
@@ -1,7 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.10 2009/08/14 19:23:53 dsl Exp $
+# $NetBSD: Makefile.inc,v 1.11 2009/09/22 09:57:16 pooka Exp $
SRCS+= milli.S
-SRCS+= bcopy.S spcopy.S memcpy.S memmove.S
+SRCS+= bcopy.S memcpy.S memmove.S
+
+# XXX: spcopy does not really belong in libkern in the first place
+.ifndef RUMPKERNEL
+SRCS+= spcopy.S
+.endif
SRCS+= ashrdi3.c divdi3.c
SRCS+= ffs.c bswap16.c bswap32.c
Home |
Main Index |
Thread Index |
Old Index