Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: tests/barebones/nacl.scons

Issue 2490593002: mips: run a faster version of the barebones_regs test (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698