Module Name: src
Committed By: uwe
Date: Wed Nov 2 00:10:09 UTC 2011
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch sh3 to gdb7.
To generate a diff of this commit:
cvs rdiff -u -r1.690 -r1.691 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.690 src/share/mk/bsd.own.mk:1.691
--- src/share/mk/bsd.own.mk:1.690 Tue Nov 1 21:16:29 2011
+++ src/share/mk/bsd.own.mk Wed Nov 2 00:10:08 2011
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.690 2011/11/01 21:16:29 joerg Exp $
+# $NetBSD: bsd.own.mk,v 1.691 2011/11/02 00:10:08 uwe Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -71,7 +71,6 @@ USE_COMPILERCRTSTUFF?= yes
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_CPU} == "mips" || \
- ${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "vax"
HAVE_GDB?= 6
.else