Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch vax to new binutils and gdb.
details: https://anonhg.NetBSD.org/src/rev/2b4080860a87
branches: trunk
changeset: 344364:2b4080860a87
user: christos <christos%NetBSD.org@localhost>
date: Thu Mar 24 04:28:49 2016 +0000
description:
switch vax to new binutils and gdb.
diffstat:
share/mk/bsd.own.mk | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 9fb4ed32d8f0 -r 2b4080860a87 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Mar 24 04:27:29 2016 +0000
+++ b/share/mk/bsd.own.mk Thu Mar 24 04:28:49 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.908 2016/03/24 00:04:05 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.909 2016/03/24 04:28:49 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -131,7 +131,8 @@
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
- ${MACHINE_CPU} == "sh3"
+ ${MACHINE_CPU} == "sh3" || \
+ ${MACHINE_ARCH} == "vax"
HAVE_GDB?= 710
.else
HAVE_GDB?= 79
@@ -150,7 +151,8 @@
${MACHINE_CPU} == "sh3" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
- ${MACHINE_ARCH} == "powerpc"
+ ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "vax"
HAVE_BINUTILS?= 226
.else
HAVE_BINUTILS?= 223
Home |
Main Index |
Thread Index |
Old Index