Module Name: src
Committed By: mrg
Date: Tue Oct 25 05:54:16 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sparc, sparc64, arm and powerpc to GDB 7.
To generate a diff of this commit:
cvs rdiff -u -r1.684 -r1.685 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.684 src/share/mk/bsd.own.mk:1.685
--- src/share/mk/bsd.own.mk:1.684 Tue Oct 11 13:54:00 2011
+++ src/share/mk/bsd.own.mk Tue Oct 25 05:54:15 2011
@@ -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 @@ USE_COMPILERCRTSTUFF?= yes
# 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