Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch everyone to gdb 7.9.1
details: https://anonhg.NetBSD.org/src/rev/063c5bf0173b
branches: trunk
changeset: 339947:063c5bf0173b
user: christos <christos%NetBSD.org@localhost>
date: Mon Aug 17 17:36:06 2015 +0000
description:
switch everyone to gdb 7.9.1
diffstat:
share/mk/bsd.own.mk | 15 +--------------
1 files changed, 1 insertions(+), 14 deletions(-)
diffs (30 lines):
diff -r e4ff77546bd3 -r 063c5bf0173b share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Aug 17 17:28:33 2015 +0000
+++ b/share/mk/bsd.own.mk Mon Aug 17 17:36:06 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.871 2015/08/17 12:50:00 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.872 2015/08/17 17:36:06 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -111,20 +111,7 @@
HAVE_LIBGCC_EH?= yes
.endif
-.if (${MACHINE_ARCH} == "x86_64") || \
- (${MACHINE_ARCH} == "powerpc") || \
- (${MACHINE_ARCH} == "powerpc64") || \
- (${MACHINE_ARCH} == "sparc") || \
- (${MACHINE_ARCH} == "sparc64") || \
- (${MACHINE_ARCH} == "alpha") || \
- (${MACHINE_ARCH} == "sun2") || \
- (${MACHINE_ARCH} == "vax") || \
- (${MACHINE_CPU} == "m68k") || \
- (${MACHINE_ARCH} == "i386")
HAVE_GDB?= 79
-.else
-HAVE_GDB?= 7
-.endif
.if (${MACHINE_ARCH} == "alpha") || \
(${MACHINE_ARCH} == "hppa") || \
Home |
Main Index |
Thread Index |
Old Index