Module Name: src
Committed By: skrll
Date: Mon May 8 20:58:17 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
RISC-V: enabled GDB
To generate a diff of this commit:
cvs rdiff -u -r1.1312 -r1.1313 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.1312 src/share/mk/bsd.own.mk:1.1313
--- src/share/mk/bsd.own.mk:1.1312 Sun May 7 12:41:48 2023
+++ src/share/mk/bsd.own.mk Mon May 8 20:58:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1312 2023/05/07 12:41:48 skrll Exp $
+# $NetBSD: bsd.own.mk,v 1.1313 2023/05/08 20:58:17 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -844,8 +844,6 @@ MKGCC:= no
.endif
MKGDB.or1k= no
-MKGDB.riscv32= no
-MKGDB.riscv64= no
# No kernel modules for or1k or riscv (yet)
MKKMOD.or1k= no