Module Name:    src
Committed By:   christos
Date:           Wed Aug  9 14:57:19 UTC 2023

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

Log Message:
put back the new gdb


To generate a diff of this commit:
cvs rdiff -u -r1.1352 -r1.1353 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.1352 src/share/mk/bsd.own.mk:1.1353
--- src/share/mk/bsd.own.mk:1.1352	Tue Aug  8 02:27:32 2023
+++ src/share/mk/bsd.own.mk	Wed Aug  9 10:57:19 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1352 2023/08/08 06:27:32 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1353 2023/08/09 14:57:19 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -119,7 +119,7 @@ EXTERNAL_BINUTILS_SUBDIR=	/does/not/exis
 #
 # What GDB is used?
 #
-.if ${MACHINE_ARCH} == "x86_64" && 0
+.if ${MACHINE_ARCH} == "x86_64"
 HAVE_GDB?=	1320
 .else
 HAVE_GDB?=	1100

Reply via email to