Module Name:    src
Committed By:   christos
Date:           Tue Jul 17 18:04:57 UTC 2018

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

Log Message:
Let's build gdb for aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.1069 -r1.1070 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.1069 src/share/mk/bsd.own.mk:1.1070
--- src/share/mk/bsd.own.mk:1.1069	Mon Jul 16 10:14:37 2018
+++ src/share/mk/bsd.own.mk	Tue Jul 17 14:04:57 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1069 2018/07/16 14:14:37 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1070 2018/07/17 18:04:57 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -781,8 +781,7 @@ MKGCC:= no
 MKGCC:= no
 .endif
 
-# No GDB support for aarch64
-MKGDB.aarch64=	no
+# No GDB support for aarch64eb
 MKGDB.aarch64eb=no
 MKGDB.or1k=	no
 MKGDB.riscv32=	no

Reply via email to