Module Name: src
Committed By: christos
Date: Tue Aug 27 17:12:04 UTC 2024
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch everyone but powerpc (because sim does not build) to new gdb
To generate a diff of this commit:
cvs rdiff -u -r1.1398 -r1.1399 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.1398 src/share/mk/bsd.own.mk:1.1399
--- src/share/mk/bsd.own.mk:1.1398 Sat Aug 17 23:59:00 2024
+++ src/share/mk/bsd.own.mk Tue Aug 27 13:12:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1398 2024/08/18 03:59:00 rin Exp $
+# $NetBSD: bsd.own.mk,v 1.1399 2024/08/27 17:12:04 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -151,7 +151,7 @@ EXTERNAL_BINUTILS_SUBDIR= /does/not/exis
# What GDB is used?
#
.if \
- ${MACHINE_ARCH} == "x86_64"
+ ${MACHINE_CPU} != "powerpc"
HAVE_GDB?= 1510
.else
HAVE_GDB?= 1320