Switch GDB on i386 to 1100

Confirmed to build and work.
This commit is contained in:
kamil 2020-09-23 23:39:18 +00:00
parent 6719cfa782
commit b39e815ec0
1 changed files with 2 additions and 2 deletions

View File

@ -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/exist
#
# What GDB is used?
#
.if ${MACHINE_ARCH} == "x86_64"
.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
HAVE_GDB?= 1100
.else
HAVE_GDB?= 830