Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpkern treat sun2 like the other losing p...



details:   https://anonhg.NetBSD.org/src/rev/9aeef1323bd2
branches:  trunk
changeset: 748297:9aeef1323bd2
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 19 22:07:29 2009 +0000

description:
treat sun2 like the other losing platforms.

diffstat:

 sys/rump/librump/rumpkern/Makefile.rumpkern |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 108c9cd37490 -r 9aeef1323bd2 sys/rump/librump/rumpkern/Makefile.rumpkern
--- a/sys/rump/librump/rumpkern/Makefile.rumpkern       Mon Oct 19 19:13:13 2009 +0000
+++ b/sys/rump/librump/rumpkern/Makefile.rumpkern       Mon Oct 19 22:07:29 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.rumpkern,v 1.53 2009/10/16 00:14:53 pooka Exp $
+#      $NetBSD: Makefile.rumpkern,v 1.54 2009/10/19 22:07:29 christos Exp $
 #
 
 .include "${RUMPTOP}/Makefile.rump"
@@ -105,7 +105,7 @@
 #
 .if ${MACHINE_CPU} == "arm" || ${MACHINE_CPU} == "hppa" \
     || ${MACHINE_CPU} == "mips" || ${MACHINE_CPU} == "sh3" \
-    || ${MACHINE_CPU} == "vax"
+    || ${MACHINE_CPU} == "vax" || ${MACHINE_ARCH} == "m68000"
 CPPFLAGS+=     -I${RUMPTOP}/../../common/lib/libc/atomic
 SRCS+=         atomic_cas_generic.c
 .endif



Home | Main Index | Thread Index | Old Index