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
This commit is contained in:
Jayachandran C. 2011-07-17 18:51:51 +00:00
parent 5847215098
commit dafdd69986
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224143

View File

@ -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