| Index: tests/barebones/nacl.scons
|
| diff --git a/tests/barebones/nacl.scons b/tests/barebones/nacl.scons
|
| index bd63951ff7f53d96b1cf3e95b59b37804bb85f0a..4fcbb46d4092223289090295f0178aceeba4de5c 100644
|
| --- a/tests/barebones/nacl.scons
|
| +++ b/tests/barebones/nacl.scons
|
| @@ -21,7 +21,7 @@ env.Replace(LIBS=[],
|
| env.FilterOut(CCFLAGS=['-fasynchronous-unwind-tables'])
|
|
|
| # This setting will affect the barebones_regs.c test
|
| -if env.Bit('build_arm'):
|
| +if env.Bit('build_arm') or env.Bit('build_mips32'):
|
| env.Append(CPPDEFINES='SMALL_REGS_TEST')
|
|
|
| # NOTE: the x86 linker wants _start() to be the very first function
|
|
|