| Index: src/trusted/gdb_rsp/build.scons
|
| diff --git a/src/trusted/gdb_rsp/build.scons b/src/trusted/gdb_rsp/build.scons
|
| old mode 100644
|
| new mode 100755
|
| index dafea2935a2d8974fda72086ff3842b9d1545f75..2a49d26e2adcdbce9cd20db4c1579e7053a11db6
|
| --- a/src/trusted/gdb_rsp/build.scons
|
| +++ b/src/trusted/gdb_rsp/build.scons
|
| @@ -18,6 +18,8 @@ if env.Bit('windows'):
|
|
|
| if env.Bit('target_arm'):
|
| env.Append(CPPDEFINES=['GDB_RSP_ABI_ARM'])
|
| +elif env.Bit('target_mips32'):
|
| + env.Append(CPPDEFINES=['GDB_RSP_ABI_MIPS'])
|
| elif env.Bit('target_x86'):
|
| env.Append(CPPDEFINES=['GDB_RSP_ABI_X86'])
|
| if env.Bit('target_x86_64'):
|
|
|