Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk move sparc* to new gdb.
details: https://anonhg.NetBSD.org/src/rev/e65524d07662
branches: trunk
changeset: 456864:e65524d07662
user: christos <christos%NetBSD.org@localhost>
date: Wed May 29 22:12:16 2019 +0000
description:
move sparc* to new gdb.
diffstat:
share/mk/bsd.own.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r a3962c019eda -r e65524d07662 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed May 29 22:10:58 2019 +0000
+++ b/share/mk/bsd.own.mk Wed May 29 22:12:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1140 2019/05/29 18:19:03 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1141 2019/05/29 22:12:16 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -139,7 +139,9 @@
# What GDB is used?
#
.if ${MACHINE} == "amd64" || \
- ${MACHINE} == "i386"
+ ${MACHINE} == "i386" || \
+ ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64"
HAVE_GDB?= 830
.else
HAVE_GDB?= 801
Home |
Main Index |
Thread Index |
Old Index