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

Unified Diff: tests/gdb/nacl.scons

Issue 758223003: Cleanup: Use Bit('build_ARCH') instead of Bit('target_ARCH') (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix + simplify Created 6 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 | « src/untrusted/valgrind/nacl.scons ('k') | tools/scons_to_gn/test.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gdb/nacl.scons
diff --git a/tests/gdb/nacl.scons b/tests/gdb/nacl.scons
index 9e7437dbb1322a3d9e6a639426aa55f72e241f0b..ade00cffca5c0632db631d5f3b1664a7eda445a3 100644
--- a/tests/gdb/nacl.scons
+++ b/tests/gdb/nacl.scons
@@ -13,7 +13,7 @@ if 'TRUSTED_ENV' not in env:
if env.UnderWindowsCoverage():
Return()
-if env.Bit('build_arm') or env.Bit('target_mips32'):
+if env.Bit('build_arm') or env.Bit('build_mips32'):
if env.UsingEmulator():
# nacl-gdb is built with ARM support but not MIPS support.
if env.Bit('build_mips32'):
« no previous file with comments | « src/untrusted/valgrind/nacl.scons ('k') | tools/scons_to_gn/test.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698