svn commit: r224143 - head/sys/mips/conf

Jayachandran C. jchandra at FreeBSD.org
Sun Jul 17 18:51:51 UTC 2011


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


More information about the svn-src-all mailing list