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

Unified Diff: src/trusted/validator_arm/build.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/trusted/validator/build.scons ('k') | src/trusted/validator_ragel/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_arm/build.scons
diff --git a/src/trusted/validator_arm/build.scons b/src/trusted/validator_arm/build.scons
index 82e27f9d2393ea6bba43e0d82336b9d4a0df4fa1..c93bc620cc46cf273ab15b2a5118cc6f55bfe3a7 100644
--- a/src/trusted/validator_arm/build.scons
+++ b/src/trusted/validator_arm/build.scons
@@ -260,7 +260,7 @@ validator_tests = {
# The following tests generate ARM nexes from assembly and validate the
# generate file. They're all expected to fail and produce the golden files'
# stdout. Stderr is expected to be empty.
-if env.Bit('target_arm'):
+if env.Bit('build_arm'):
untrusted_env = env.MakeUntrustedNativeEnv()
for test, exit_status in validator_tests.iteritems():
nexe = untrusted_env.ComponentProgram(test, 'testdata/' + test + '.S',
« no previous file with comments | « src/trusted/validator/build.scons ('k') | src/trusted/validator_ragel/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698