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

Unified Diff: src/trusted/validator/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/service_runtime/nacl.scons ('k') | src/trusted/validator_arm/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator/build.scons
diff --git a/src/trusted/validator/build.scons b/src/trusted/validator/build.scons
index 6ce810aa2ff994cf51ed7c6756f0477e35e11dce..fd15467c128d8c2d9ec53a4fe5740fbb1845fbf5 100644
--- a/src/trusted/validator/build.scons
+++ b/src/trusted/validator/build.scons
@@ -15,7 +15,7 @@ env.ComponentLibrary('validation_cache', ['validation_cache.c'])
env.ComponentLibrary('validators', ['validator_init.c'])
-if env.Bit('target_x86') or env.Bit('target_mips32'):
+if env.Bit('build_x86') or env.Bit('build_mips32'):
# TODO(ncbray) support ARM. This will require making validation caching safe
# for ARM and embedding ARM binary chunks in the test that can trigger various
# validation scenarios.
« no previous file with comments | « src/trusted/service_runtime/nacl.scons ('k') | src/trusted/validator_arm/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698