Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add more comments for gdb-5.3
details: https://anonhg.NetBSD.org/src/rev/52bdd1fc0df5
branches: trunk
changeset: 552264:52bdd1fc0df5
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 22 14:50:51 2003 +0000
description:
Add more comments for gdb-5.3
diffstat:
share/mk/bsd.own.mk | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
diffs (30 lines):
diff -r d3db3052f313 -r 52bdd1fc0df5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Sep 22 14:47:35 2003 +0000
+++ b/share/mk/bsd.own.mk Mon Sep 22 14:50:51 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.362 2003/09/22 01:25:06 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.363 2003/09/22 14:50:51 christos Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -62,7 +62,19 @@
#
# Transitional for toolchain upgrade to GDB5.3
#
-HAVE_GDB53?= no
+# not ported:
+# ${MACHINE_ARCH} == "alpha"
+# ${MACHINE_ARCH} == "arm"
+# ${MACHINE_ARCH} == "armeb"
+# ${MACHINE_ARCH} == "powerpc"
+# ${MACHINE_ARCH} == "sh3eb"
+# ${MACHINE_ARCH} == "sh3el"
+# ${MACHINE_ARCH} == "vax"
+# in progress:
+# ${MACHINE_ARCH} == "m68k"
+# ${MACHINE_ARCH} == "mipseb"
+# ${MACHINE_ARCH} == "mipsel"
+# working:
.if ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64"
Home |
Main Index |
Thread Index |
Old Index