Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch GDB on i386 to 1100



details:   https://anonhg.NetBSD.org/src/rev/49a9e29ea267
branches:  trunk
changeset: 939044:49a9e29ea267
user:      kamil <kamil%NetBSD.org@localhost>
date:      Wed Sep 23 23:39:18 2020 +0000

description:
Switch GDB on i386 to 1100

Confirmed to build and work.

diffstat:

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

diffs (18 lines):

diff -r 45745821c3e7 -r 49a9e29ea267 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Wed Sep 23 23:38:24 2020 +0000
+++ b/share/mk/bsd.own.mk       Wed Sep 23 23:39:18 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1220 2020/09/20 14:42:29 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1221 2020/09/23 23:39:18 kamil Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -106,7 +106,7 @@
 #
 # What GDB is used?
 #
-.if ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
 HAVE_GDB?=     1100
 .else
 HAVE_GDB?=     830



Home | Main Index | Thread Index | Old Index