Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gdb Disable the sim on mips for next person running gd...
details: https://anonhg.NetBSD.org/src/rev/434bb82007fd
branches: trunk
changeset: 773607:434bb82007fd
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Feb 09 15:15:58 2012 +0000
description:
Disable the sim on mips for next person running gdb7 mknative.
diffstat:
tools/gdb/Makefile | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r b319e8595b2f -r 434bb82007fd tools/gdb/Makefile
--- a/tools/gdb/Makefile Thu Feb 09 15:14:19 2012 +0000
+++ b/tools/gdb/Makefile Thu Feb 09 15:15:58 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2011/09/26 21:16:14 christos Exp $
+# $NetBSD: Makefile,v 1.21 2012/02/09 15:15:58 skrll Exp $
.include <bsd.own.mk>
@@ -47,7 +47,6 @@
# enable sim if supported).
CONFIGURE_ARGS_SIM=
.if \
- ${MACHINE_CPU} != "mips" && \
${MACHINE_CPU} != "powerpc" && \
${MACHINE_CPU} != "powerpc64"
CONFIGURE_ARGS_SIM+= --disable-sim
Home |
Main Index |
Thread Index |
Old Index