Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch everyone to gdb-8.0.1



details:   https://anonhg.NetBSD.org/src/rev/99f5c533d0a8
branches:  trunk
changeset: 828133:99f5c533d0a8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 29 18:15:53 2017 +0000

description:
switch everyone to gdb-8.0.1

diffstat:

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

diffs (21 lines):

diff -r ea7180267c47 -r 99f5c533d0a8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Nov 29 18:15:29 2017 +0000
+++ b/share/mk/bsd.own.mk       Wed Nov 29 18:15:53 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1021 2017/11/29 04:25:01 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1022 2017/11/29 18:15:53 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -131,11 +131,7 @@
 #
 # What GDB is used?
 #
-.if ${MACHINE} == "amd64"
 HAVE_GDB?=     801
-.else
-HAVE_GDB?=     712
-.endif
 
 .if ${HAVE_GDB} == 801
 EXTERNAL_GDB_SUBDIR=           gdb



Home | Main Index | Thread Index | Old Index