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

Jayachandran C. jchandra at FreeBSD.org
Mon Dec 5 03:18:41 UTC 2011


Author: jchandra
Date: Mon Dec  5 03:18:40 2011
New Revision: 228273
URL: http://svn.freebsd.org/changeset/base/228273

Log:
  Disable KDB/DDB options for XLP N32 compile.
  
  n32 abi is not supported in KDB/DDB yet, disable the option in
  XLPN32 conf.
  
  Reported by:	gonzo, bz

Modified:
  head/sys/mips/conf/XLPN32

Modified: head/sys/mips/conf/XLPN32
==============================================================================
--- head/sys/mips/conf/XLPN32	Mon Dec  5 03:10:01 2011	(r228272)
+++ head/sys/mips/conf/XLPN32	Mon Dec  5 03:18:40 2011	(r228273)
@@ -26,5 +26,11 @@ makeoptions	KERNLOADADDR=0x80100000
 
 include		"std.XLP"
 
+nooption 	DDB
+nooption 	KDB
+nooption 	GDB
+nooption 	BREAK_TO_DEBUGGER
+nooption 	ALT_BREAK_TO_DEBUGGER
+
 makeoptions	TRAMPLOADADDR=0xffffffff85000000
 makeoptions	TRAMP_ARCH_FLAGS="-mabi=64 -march=mips64"


More information about the svn-src-head mailing list