Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch sparc, sparc64, arm and powerpc to GDB 7.
details: https://anonhg.NetBSD.org/src/rev/d142629390f9
branches: trunk
changeset: 770605:d142629390f9
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 25 05:54:15 2011 +0000
description:
switch sparc, sparc64, arm and powerpc to GDB 7.
diffstat:
share/mk/bsd.own.mk | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 400bd6b1472e -r d142629390f9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Oct 25 05:41:33 2011 +0000
+++ b/share/mk/bsd.own.mk Tue Oct 25 05:54:15 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.684 2011/10/11 13:54:00 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.685 2011/10/25 05:54:15 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -79,7 +79,11 @@
# Platforms using GDB 7
#
.if ${MACHINE_ARCH} == "i386" || \
- ${MACHINE_ARCH} == "x86_64"
+ ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "sparc64" || \
+ ${MACHINE_ARCH} == "sparc" || \
+ ${MACHINE_ARCH} == "arm" || \
+ ${MACHINE_ARCH} == "powerpc"
HAVE_GDB?= 7
.else
# default to GDB6
Home |
Main Index |
Thread Index |
Old Index