Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Build GDB for aarch64eb; it works just fine as far ...



details:   https://anonhg.NetBSD.org/src/rev/ef2c35f1cdcc
branches:  trunk
changeset: 940545:ef2c35f1cdcc
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Oct 09 23:58:50 2020 +0000

description:
Build GDB for aarch64eb; it works just fine as far as I can see.

diffstat:

 share/mk/bsd.own.mk |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 42ef1debfc44 -r ef2c35f1cdcc share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Oct 09 23:55:48 2020 +0000
+++ b/share/mk/bsd.own.mk       Fri Oct 09 23:58:50 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1224 2020/10/09 05:41:16 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1225 2020/10/09 23:58:50 rin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -829,8 +829,6 @@
 MKGCC:= no
 .endif
 
-# No GDB support for aarch64eb
-MKGDB.aarch64eb=no
 MKGDB.or1k=    no
 MKGDB.riscv32= no
 MKGDB.riscv64= no



Home | Main Index | Thread Index | Old Index