Module Name: src Committed By: mrg Date: Fri Oct 28 06:28:48 UTC 2011
Modified Files: src/share/mk: bsd.own.mk Log Message: 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... To generate a diff of this commit: cvs rdiff -u -r1.685 -r1.686 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.685 src/share/mk/bsd.own.mk:1.686 --- src/share/mk/bsd.own.mk:1.685 Tue Oct 25 05:54:15 2011 +++ src/share/mk/bsd.own.mk Fri Oct 28 06:28:48 2011 @@ -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 @@ USE_COMPILERCRTSTUFF?= yes ${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