Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/f38d8652723f
branches:  trunk
changeset: 339888:f38d8652723f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 16 09:13:30 2015 +0000

description:
switch amd64 to gdb 7.9.1

diffstat:

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

diffs (21 lines):

diff -r 88d1baa29f25 -r f38d8652723f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Aug 15 21:12:28 2015 +0000
+++ b/share/mk/bsd.own.mk       Sun Aug 16 09:13:30 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.862 2015/07/23 08:03:26 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.863 2015/08/16 09:13:30 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -111,7 +111,11 @@
 HAVE_LIBGCC_EH?=       yes
 .endif
 
+.if (${MACHINE_ARCH} == "x86_64")
+HAVE_GDB?=     79
+.else
 HAVE_GDB?=     7
+.endif
 
 .if (${MACHINE_ARCH} == "alpha") || \
     (${MACHINE_ARCH} == "hppa") || \



Home | Main Index | Thread Index | Old Index