Module Name:    src
Committed By:   kamil
Date:           Wed Sep 23 23:39:18 UTC 2020

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch GDB on i386 to 1100

Confirmed to build and work.


To generate a diff of this commit:
cvs rdiff -u -r1.1220 -r1.1221 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1220 src/share/mk/bsd.own.mk:1.1221
--- src/share/mk/bsd.own.mk:1.1220	Sun Sep 20 14:42:29 2020
+++ src/share/mk/bsd.own.mk	Wed Sep 23 23:39:18 2020
@@ -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 @@ EXTERNAL_BINUTILS_SUBDIR=	/does/not/exis
 #
 # What GDB is used?
 #
-.if ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
 HAVE_GDB?=	1100
 .else
 HAVE_GDB?=	830

Reply via email to