Module Name:    src
Committed By:   rin
Date:           Sun Aug 20 02:11:21 UTC 2023

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

Log Message:
bsd.own.mk: Put gdb back for m68000

However, unfortunately, it does not work even if MAXTSIZ is bumped.
It seems to be too large for 24-bit address space.

This is not a regression; gdb.old does not work also.


To generate a diff of this commit:
cvs rdiff -u -r1.1357 -r1.1358 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.1357 src/share/mk/bsd.own.mk:1.1358
--- src/share/mk/bsd.own.mk:1.1357	Sat Aug 19 22:58:15 2023
+++ src/share/mk/bsd.own.mk	Sun Aug 20 02:11:21 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1357 2023/08/19 22:58:15 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1358 2023/08/20 02:11:21 rin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -81,7 +81,6 @@ HAVE_GCC?=	10
 # Platforms that can't run a modern GCC natively
 .if ${MACHINE_ARCH} == "m68000"
 MKGCCCMDS?=	no
-MKGDB?=		no
 .endif
 
 #

Reply via email to