Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch i386 to gdb-7.10.1



details:   https://anonhg.NetBSD.org/src/rev/036218193b05
branches:  trunk
changeset: 813573:036218193b05
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Feb 03 15:28:02 2016 +0000

description:
switch i386 to gdb-7.10.1

diffstat:

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

diffs (19 lines):

diff -r 237132c19d7a -r 036218193b05 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Feb 03 15:27:08 2016 +0000
+++ b/share/mk/bsd.own.mk       Wed Feb 03 15:28:02 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.895 2016/02/03 03:26:02 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.896 2016/02/03 15:28:02 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -125,7 +125,8 @@
 .endif
 .endif
 
-.if ${MACHINE} == "amd64" 
+.if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "i386"
 HAVE_GDB?=     710
 .else
 HAVE_GDB?=     79



Home | Main Index | Thread Index | Old Index