Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch m68* to GDB 7.3.1. tested on sun2 and sun3 ...



details:   https://anonhg.NetBSD.org/src/rev/70482895ad99
branches:  trunk
changeset: 770658:70482895ad99
user:      mrg <mrg%NetBSD.org@localhost>
date:      Fri Oct 28 06:28:48 2011 +0000

description:
switch m68* to GDB 7.3.1.  tested on sun2 and sun3 in TME.  works
at least reasonably on sun3.  GCC 4.1 barely runs on sun2 and GCC
4.5 doesn't run...

diffstat:

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

diffs (19 lines):

diff -r 7bb78b9598e9 -r 70482895ad99 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Fri Oct 28 02:28:01 2011 +0000
+++ b/share/mk/bsd.own.mk       Fri Oct 28 06:28:48 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.685 2011/10/25 05:54:15 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.686 2011/10/28 06:28:48 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -83,7 +83,8 @@
     ${MACHINE_ARCH} == "sparc64"  || \
     ${MACHINE_ARCH} == "sparc"    || \
     ${MACHINE_ARCH} == "arm"      || \
-    ${MACHINE_ARCH} == "powerpc"
+    ${MACHINE_ARCH} == "powerpc"  || \
+    ${MACHINE_CPU}  == "m68k"
 HAVE_GDB?= 7
 .else
 # default to GDB6



Home | Main Index | Thread Index | Old Index