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

Unified Diff: tests/debug_stub/nacl.scons

Issue 107313005: [MIPS] Add support for debug stub test (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: One more change. Created 7 years 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
« tests/debug_stub/debug_stub_test.py ('K') | « tests/debug_stub/debugger_test.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/debug_stub/nacl.scons
diff --git a/tests/debug_stub/nacl.scons b/tests/debug_stub/nacl.scons
index 9d0e87d40c419c2b22986d9d1c0dd7615a91a691..a9b4507610bc49cb4626b0b94ecee20794a77647 100644
--- a/tests/debug_stub/nacl.scons
+++ b/tests/debug_stub/nacl.scons
@@ -19,7 +19,7 @@ sel_ldr_command = env.AddBootstrap(env.GetSelLdr(), ['-v', '-f', test_prog])
is_broken = not env.Bit('nacl_static_link') or env.GetSelLdr() is None
-if env.Bit('build_arm'):
+if env.Bit('build_arm') or env.Bit('build_mips32'):
# Use the system's 'nm' tool. The NaCl toolchain will not be
# available on the ARM hardware bots, but they will be running Linux
# with a normal GNU toolchain available.
« tests/debug_stub/debug_stub_test.py ('K') | « tests/debug_stub/debugger_test.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698