Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/crash revert sparc64 hack



details:   https://anonhg.NetBSD.org/src/rev/e76b72fb29fe
branches:  trunk
changeset: 777431:e76b72fb29fe
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 18 15:57:06 2012 +0000

description:
revert sparc64 hack

diffstat:

 usr.sbin/crash/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 26e3c16734aa -r e76b72fb29fe usr.sbin/crash/Makefile
--- a/usr.sbin/crash/Makefile   Sat Feb 18 15:56:30 2012 +0000
+++ b/usr.sbin/crash/Makefile   Sat Feb 18 15:57:06 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2012/02/17 12:24:13 martin Exp $
+#      $NetBSD: Makefile,v 1.20 2012/02/18 15:57:06 christos Exp $
 
 PROG=          crash
 MAN=           crash.8
@@ -18,11 +18,7 @@
     || (${MACHINE_ARCH} == "arm" && ${MACHINE} != "acorn26") \
     || ${MACHINE_ARCH} == "m68k"
 SRCS+= db_trace.c
-.if ${MACHINE} == "sparc64"
-SRCS+= db_interface.c
-.else
 SRCS+= db_machdep.c
-.endif
 REALCRASH=yes
 .else
 REALCRASH=no



Home | Main Index | Thread Index | Old Index