Module Name: src
Committed By: christos
Date: Wed May 29 18:19:03 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Add i386
To generate a diff of this commit:
cvs rdiff -u -r1.1139 -r1.1140 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.1139 src/share/mk/bsd.own.mk:1.1140
--- src/share/mk/bsd.own.mk:1.1139 Tue May 28 21:57:59 2019
+++ src/share/mk/bsd.own.mk Wed May 29 14:19:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1139 2019/05/29 01:57:59 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1140 2019/05/29 18:19:03 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -138,7 +138,8 @@ USE_SSP?= yes
#
# What GDB is used?
#
-.if ${MACHINE} == "amd64"
+.if ${MACHINE} == "amd64" || \
+ ${MACHINE} == "i386"
HAVE_GDB?= 830
.else
HAVE_GDB?= 801