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/38cbb68eb349
branches:  trunk
changeset: 451655:38cbb68eb349
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 27604bd67fc4 -r 38cbb68eb349 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