mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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
This commit is contained in:
parent
6e065b1baa
commit
d42a1129cb
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue