Module Name: src Committed By: rin Date: Fri Oct 9 23:58:50 UTC 2020
Modified Files: src/share/mk: bsd.own.mk Log Message: Build GDB for aarch64eb; it works just fine as far as I can see. To generate a diff of this commit: cvs rdiff -u -r1.1224 -r1.1225 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.1224 src/share/mk/bsd.own.mk:1.1225 --- src/share/mk/bsd.own.mk:1.1224 Fri Oct 9 05:41:16 2020 +++ src/share/mk/bsd.own.mk Fri Oct 9 23:58:50 2020 @@ -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 MKGCC:= no .endif -# No GDB support for aarch64eb -MKGDB.aarch64eb=no MKGDB.or1k= no MKGDB.riscv32= no MKGDB.riscv64= no