summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-07-17 18:51:51 +0000
committerjchandra <jchandra@FreeBSD.org>2011-07-17 18:51:51 +0000
commit7c97535d94df77a599661f9c59a3379f8402e88b (patch)
treea2c70fc358720cfce42fda5bfe851818e36f20d4 /sys/mips
parent81c9e88d021dd86266a4cf21ef74a20bfe406200 (diff)
downloadFreeBSD-src-7c97535d94df77a599661f9c59a3379f8402e88b.zip
FreeBSD-src-7c97535d94df77a599661f9c59a3379f8402e88b.tar.gz
Comment out KDB/DDB related options for N32 kernel.
DDB files have warnings in this ABI which will break the kernel build unless Werror is ignored Reported by: bz
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/XLPN3210
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/mips/conf/XLPN32 b/sys/mips/conf/XLPN32
index 06c2efc..97c73a8 100644
--- a/sys/mips/conf/XLPN32
+++ b/sys/mips/conf/XLPN32
@@ -63,11 +63,11 @@ options NO_SWAPPING
#Debugging options
options KTRACE # ktrace(1) support
-options DDB
-options KDB
-options GDB
-options BREAK_TO_DEBUGGER
-options ALT_BREAK_TO_DEBUGGER
+#options DDB
+#options KDB
+#options GDB
+#options BREAK_TO_DEBUGGER
+#options ALT_BREAK_TO_DEBUGGER
#options DEADLKRES #Enable the deadlock resolver
#options INVARIANTS #Enable calls of extra sanity checking
#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
OpenPOWER on IntegriCloud