Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk add vax to new gdb
details: https://anonhg.NetBSD.org/src/rev/f29148ff0b15
branches: trunk
changeset: 999363:f29148ff0b15
user: christos <christos%NetBSD.org@localhost>
date: Thu May 30 01:20:41 2019 +0000
description:
add vax to new gdb
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r e60100afd4b8 -r f29148ff0b15 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu May 30 01:19:59 2019 +0000
+++ b/share/mk/bsd.own.mk Thu May 30 01:20:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1141 2019/05/29 22:12:16 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1142 2019/05/30 01:20:41 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -141,7 +141,8 @@
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "sparc64" || \
+ ${MACHINE} == "vax"
HAVE_GDB?= 830
.else
HAVE_GDB?= 801
Home |
Main Index |
Thread Index |
Old Index