Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch i386 and 32 bit mips to GDB 7.12.



details:   https://anonhg.NetBSD.org/src/rev/afb17cd0a48d
branches:  trunk
changeset: 348406:afb17cd0a48d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 17 20:25:34 2016 +0000

description:
switch i386 and 32 bit mips to GDB 7.12.

diffstat:

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

diffs (26 lines):

diff -r 3d06a5b06fc5 -r afb17cd0a48d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Oct 17 20:16:57 2016 +0000
+++ b/share/mk/bsd.own.mk       Mon Oct 17 20:25:34 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.973 2016/10/16 19:20:02 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.974 2016/10/17 20:25:34 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -132,12 +132,16 @@
 #
 .if ${MACHINE} == "alpha" || \
     ${MACHINE} == "amd64" || \
+    ${MACHINE} == "i386" || \
     ${MACHINE} == "sparc" || \
     ${MACHINE} == "sparc64" || \
+    ${MACHINE_ARCH} == "mipsel" || \
+    ${MACHINE_ARCH} == "mipseb" || \
     ${MACHINE_CPU} == "arm" || \
     ${MACHINE_CPU} == "powerpc"
 HAVE_GDB?=     712
 .else
+# coldfire/hppa/m68000/m68k/mips64/ppc64/sh3*/vax
 HAVE_GDB?=     710
 .endif
 



Home | Main Index | Thread Index | Old Index