Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch m68k to gdb-7.9.1



details:   https://anonhg.NetBSD.org/src/rev/bc4cc1b2819b
branches:  trunk
changeset: 810064:bc4cc1b2819b
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 17 09:08:03 2015 +0000

description:
switch m68k to gdb-7.9.1

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 04e8d9b401e8 -r bc4cc1b2819b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Aug 17 09:06:49 2015 +0000
+++ b/share/mk/bsd.own.mk       Mon Aug 17 09:08:03 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.865 2015/08/17 08:54:55 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.866 2015/08/17 09:08:03 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -113,6 +113,7 @@
 
 .if (${MACHINE_ARCH} == "x86_64") || \
     (${MACHINE_ARCH} == "sparc") || \
+    (${MACHINE_CPU} == "m68k") || \
     (${MACHINE_ARCH} == "i386")
 HAVE_GDB?=     79
 .else



Home | Main Index | Thread Index | Old Index