Module Name: src
Committed By: mrg
Date: Mon Mar 22 05:39:00 UTC 2010
Modified Files:
src/sys/rump: Makefile.rump
Log Message:
add + _SYMQUIRK='|\.(rump|RUMP)' for powerpc64, as recommended by pooka.
it gets rid of many of the warnings trying to link rump_cd9960, but
there are a bunch remaining. atomic ops seem missing, and some ktrace
points.
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/rump/Makefile.rump
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/rump/Makefile.rump
diff -u src/sys/rump/Makefile.rump:1.53 src/sys/rump/Makefile.rump:1.54
--- src/sys/rump/Makefile.rump:1.53 Sun Mar 21 06:55:44 2010
+++ src/sys/rump/Makefile.rump Mon Mar 22 05:39:00 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.rump,v 1.53 2010/03/21 06:55:44 pooka Exp $
+# $NetBSD: Makefile.rump,v 1.54 2010/03/22 05:39:00 mrg Exp $
#
WARNS?= 3 # XXX: src/sys won't compile with -Wsign-compare yet
@@ -69,6 +69,8 @@
_SYMQUIRK='|_gp_disp'
.elif ${MACHINE_CPU} == "hppa"
_SYMQUIRK='|\$$\$$'
+.elif ${MACHINE_ARCH} == "powerpc64"
+_SYMQUIRK='|\.(rump|RUMP)'
.endif
rump_symren: __archivebuild