Module Name:    src
Committed By:   christos
Date:           Sun Aug 13 21:17:05 UTC 2023

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

Log Message:
sun2 can't make gdb anymore. there is no gmp because no gcc.


To generate a diff of this commit:
cvs rdiff -u -r1.1354 -r1.1355 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.1354 src/share/mk/bsd.own.mk:1.1355
--- src/share/mk/bsd.own.mk:1.1354	Fri Aug 11 16:29:17 2023
+++ src/share/mk/bsd.own.mk	Sun Aug 13 17:17:05 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1354 2023/08/11 20:29:17 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1355 2023/08/13 21:17:05 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -81,6 +81,7 @@ HAVE_GCC?=	10
 # Platforms that can't run a modern GCC natively
 .if ${MACHINE_ARCH} == "m68000"
 MKGCCCMDS?=	no
+MGGDB?=		no
 .endif
 
 #

Reply via email to