Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/coredump add powerpc64 support. from dennis.c.f...



details:   https://anonhg.NetBSD.org/src/rev/85d2c32b310d
branches:  trunk
changeset: 753266:85d2c32b310d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Mar 22 02:00:33 2010 +0000

description:
add powerpc64 support.  from dennis.c.ferguson%gmail.com@localhost in PR#43029.

diffstat:

 sys/modules/coredump/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8c59adf7574f -r 85d2c32b310d sys/modules/coredump/Makefile
--- a/sys/modules/coredump/Makefile     Mon Mar 22 01:39:11 2010 +0000
+++ b/sys/modules/coredump/Makefile     Mon Mar 22 02:00:33 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/03/31 18:41:40 dyoung Exp $
+#      $NetBSD: Makefile,v 1.3 2010/03/22 02:00:33 mrg Exp $
 
 .include "../Makefile.inc"
 
@@ -18,6 +18,9 @@
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 .PATH: ${S}/arch/x86/x86
 .endif
+.if ${MACHINE_ARCH} == "powerpc64"
+.PATH: ${S}/arch/powerpc/powerpc
+.endif
 SRCS+= core_machdep.c
 
 .include <bsd.kmodule.mk>



Home | Main Index | Thread Index | Old Index