Source-Changes-HG archive

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

[src/trunk]: src/share/mk Everyone is on gdb-8.3 now.



details:   https://anonhg.NetBSD.org/src/rev/7253a09b910f
branches:  trunk
changeset: 451686:7253a09b910f
user:      christos <christos%NetBSD.org@localhost>
date:      Thu May 30 21:33:57 2019 +0000

description:
Everyone is on gdb-8.3 now.

diffstat:

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

diffs (25 lines):

diff -r 84fdfd6d2580 -r 7253a09b910f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu May 30 21:32:08 2019 +0000
+++ b/share/mk/bsd.own.mk       Thu May 30 21:33:57 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1142 2019/05/30 01:20:41 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1143 2019/05/30 21:33:57 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -138,15 +138,7 @@
 #
 # What GDB is used?
 #
-.if ${MACHINE} == "amd64" || \
-    ${MACHINE} == "i386" || \
-    ${MACHINE} == "sparc" || \
-    ${MACHINE} == "sparc64" || \
-    ${MACHINE} == "vax"
 HAVE_GDB?=     830
-.else
-HAVE_GDB?=     801
-.endif
 
 .if ${HAVE_GDB} == 830
 EXTERNAL_GDB_SUBDIR=           gdb



Home | Main Index | Thread Index | Old Index