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

Unified Diff: src/untrusted/pnacl_dynloader/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/nacl/nacl.scons ('k') | src/untrusted/pthread/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/pnacl_dynloader/nacl.scons
diff --git a/src/untrusted/pnacl_dynloader/nacl.scons b/src/untrusted/pnacl_dynloader/nacl.scons
index 46c177e0b1355e1c82939bfe1c563353fe7bd54d..ff06eeb96f9a90003816199c489ef3a9c6735c15 100644
--- a/src/untrusted/pnacl_dynloader/nacl.scons
+++ b/src/untrusted/pnacl_dynloader/nacl.scons
@@ -8,7 +8,7 @@ Import('env')
if not env.Bit('bitcode'):
Return()
# TODO(mseaborn): Add support for x86-64 relocation types.
-if env.Bit('target_x86_64'):
+if env.Bit('build_x86_64'):
Return()
env.AddBiasForPNaCl()
« no previous file with comments | « src/untrusted/nacl/nacl.scons ('k') | src/untrusted/pthread/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698