Module Name: src
Committed By: skrll
Date: Thu Feb 9 15:15:58 UTC 2012
Modified Files:
src/tools/gdb: Makefile
Log Message:
Disable the sim on mips for next person running gdb7 mknative.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/tools/gdb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/gdb/Makefile
diff -u src/tools/gdb/Makefile:1.20 src/tools/gdb/Makefile:1.21
--- src/tools/gdb/Makefile:1.20 Mon Sep 26 21:16:14 2011
+++ src/tools/gdb/Makefile Thu Feb 9 15:15:58 2012
@@ -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 @@ CONFIGURE_ENV+= ac_cv_header_ncurses_h=n
# enable sim if supported).
CONFIGURE_ARGS_SIM=
.if \
- ${MACHINE_CPU} != "mips" && \
${MACHINE_CPU} != "powerpc" && \
${MACHINE_CPU} != "powerpc64"
CONFIGURE_ARGS_SIM+= --disable-sim