Chromium Code Reviews| Index: src/trusted/gdb_rsp/build.scons |
| =================================================================== |
| --- src/trusted/gdb_rsp/build.scons (revision 8148) |
| +++ src/trusted/gdb_rsp/build.scons (working copy) |
| @@ -18,6 +18,8 @@ |
| if env.Bit('target_arm'): |
| env.Append(CPPDEFINES=['GDB_RSP_ABI_ARM']) |
| +elif env.Bit('target_mips'): |
| + 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'): |