Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Disable native gdb for ns32k (but cross-gdb works).
details: https://anonhg.NetBSD.org/src/rev/99622cbd9bb4
branches: trunk
changeset: 556140:99622cbd9bb4
user: simonb <simonb%NetBSD.org@localhost>
date: Sun Dec 07 23:07:37 2003 +0000
description:
Disable native gdb for ns32k (but cross-gdb works).
diffstat:
share/mk/bsd.own.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r d5bf55bcaa5b -r 99622cbd9bb4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Dec 07 22:55:12 2003 +0000
+++ b/share/mk/bsd.own.mk Sun Dec 07 23:07:37 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.403 2003/12/07 22:52:56 scw Exp $
+# $NetBSD: bsd.own.mk,v 1.404 2003/12/07 23:07:37 simonb Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -414,9 +414,11 @@
#
# Shared libraries are not supported on ns32k with current GNU tools.
+# Disable native gdb too.
#
.if ${MACHINE_ARCH} == "ns32k"
NOPIC= # defined
+MKGDB= no
.endif
#
Home |
Main Index |
Thread Index |
Old Index