summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2011-12-05 03:18:40 +0000
committerjchandra <jchandra@FreeBSD.org>2011-12-05 03:18:40 +0000
commitfca06ad67bd9a6a9d8d58bdc34b1fde7292cce4d (patch)
treecf1997407d8644d6d2d5d5e02ddbb86a7719af35 /sys/mips
parent48601210911c92fb303621c2e4c813412080040c (diff)
downloadFreeBSD-src-fca06ad67bd9a6a9d8d58bdc34b1fde7292cce4d.zip
FreeBSD-src-fca06ad67bd9a6a9d8d58bdc34b1fde7292cce4d.tar.gz
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
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/XLPN326
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/mips/conf/XLPN32 b/sys/mips/conf/XLPN32
index 8adc95a..d196f85 100644
--- a/sys/mips/conf/XLPN32
+++ b/sys/mips/conf/XLPN32
@@ -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"
OpenPOWER on IntegriCloud