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
4860121091
commit
fca06ad67b
@ -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…
x
Reference in New Issue
Block a user