Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch powerpc to gdb 7.9.1



details:   https://anonhg.NetBSD.org/src/rev/4c53b6497824
branches:  trunk
changeset: 810077:4c53b6497824
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Aug 17 12:50:00 2015 +0000

description:
switch powerpc to gdb 7.9.1

diffstat:

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

diffs (18 lines):

diff -r d35f307f1089 -r 4c53b6497824 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Aug 17 12:48:16 2015 +0000
+++ b/share/mk/bsd.own.mk       Mon Aug 17 12:50:00 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.870 2015/08/17 10:16:47 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.871 2015/08/17 12:50:00 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -112,6 +112,8 @@
 .endif
 
 .if (${MACHINE_ARCH} == "x86_64") || \
+    (${MACHINE_ARCH} == "powerpc") || \
+    (${MACHINE_ARCH} == "powerpc64") || \
     (${MACHINE_ARCH} == "sparc") || \
     (${MACHINE_ARCH} == "sparc64") || \
     (${MACHINE_ARCH} == "alpha") || \



Home | Main Index | Thread Index | Old Index