diff options
author | jchandra <jchandra@FreeBSD.org> | 2011-07-17 18:51:51 +0000 |
---|---|---|
committer | jchandra <jchandra@FreeBSD.org> | 2011-07-17 18:51:51 +0000 |
commit | 7c97535d94df77a599661f9c59a3379f8402e88b (patch) | |
tree | a2c70fc358720cfce42fda5bfe851818e36f20d4 | |
parent | 81c9e88d021dd86266a4cf21ef74a20bfe406200 (diff) | |
download | FreeBSD-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
-rw-r--r-- | sys/mips/conf/XLPN32 | 10 |
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 |