Source-Changes-HG archive

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

[src/trunk]: src/share/mk reverse the HAVE_GDB test - list the unconverted po...



details:   https://anonhg.NetBSD.org/src/rev/2480d0ad749f
branches:  trunk
changeset: 818550:2480d0ad749f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Oct 17 21:42:54 2016 +0000

description:
reverse the HAVE_GDB test - list the unconverted ports.

diffstat:

 share/mk/bsd.own.mk |  25 ++++++++++++-------------
 1 files changed, 12 insertions(+), 13 deletions(-)

diffs (40 lines):

diff -r d73ac118a8b4 -r 2480d0ad749f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Oct 17 20:43:19 2016 +0000
+++ b/share/mk/bsd.own.mk       Mon Oct 17 21:42:54 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.974 2016/10/17 20:25:34 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.975 2016/10/17 21:42:54 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -130,19 +130,18 @@
 #
 # What GDB is used?
 #
-.if ${MACHINE} == "alpha" || \
-    ${MACHINE} == "amd64" || \
-    ${MACHINE} == "i386" || \
-    ${MACHINE} == "sparc" || \
-    ${MACHINE} == "sparc64" || \
-    ${MACHINE_ARCH} == "mipsel" || \
-    ${MACHINE_ARCH} == "mipseb" || \
-    ${MACHINE_CPU} == "arm" || \
-    ${MACHINE_CPU} == "powerpc"
+.if ${MACHINE} == "evbcf" || \
+    ${MACHINE} == "hppa" || \
+    ${MACHINE} == "sun2" || \
+    ${MACHINE} == "vax" || \
+    ${MACHINE_CPU} == "m68k" || \
+    ${MACHINE_CPU} == "powerpc64" || \
+    ${MACHINE_CPU} == "sh3" || \
+    ${MACHINE_ARCH} == "mips64el" || \
+    ${MACHINE_ARCH} == "mips64eb"
+HAVE_GDB?=     710
+.else
 HAVE_GDB?=     712
-.else
-# coldfire/hppa/m68000/m68k/mips64/ppc64/sh3*/vax
-HAVE_GDB?=     710
 .endif
 
 .if ${HAVE_GDB} == 712



Home | Main Index | Thread Index | Old Index