Date: Sun, 17 Jul 2011 18:51:51 +0000 (UTC) From: "Jayachandran C." <jchandra@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r224143 - head/sys/mips/conf Message-ID: <201107171851.p6HIppPL085556@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jchandra Date: Sun Jul 17 18:51:51 2011 New Revision: 224143 URL: http://svn.freebsd.org/changeset/base/224143 Log: 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 Modified: head/sys/mips/conf/XLPN32 Modified: head/sys/mips/conf/XLPN32 ============================================================================== --- head/sys/mips/conf/XLPN32 Sun Jul 17 18:24:05 2011 (r224142) +++ head/sys/mips/conf/XLPN32 Sun Jul 17 18:51:51 2011 (r224143) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107171851.p6HIppPL085556>