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

Unified Diff: src/untrusted/nacl/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/trusted/validator_x86/build.scons ('k') | src/untrusted/pnacl_dynloader/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/nacl/nacl.scons
diff --git a/src/untrusted/nacl/nacl.scons b/src/untrusted/nacl/nacl.scons
index d61c5a796efb087ee001ef34915e7418732f78b8..d2a1f1f3c0d91fb988073fc58587fc2269f7bac2 100644
--- a/src/untrusted/nacl/nacl.scons
+++ b/src/untrusted/nacl/nacl.scons
@@ -239,7 +239,7 @@ else:
SRCS_NEWLIB_SYSCALL +
SRCS_NEWLIB_STUBS +
SRCS_NEWLIB_MISC)
- if env.Bit('target_arm') and not env.Bit('bitcode'):
+ if env.Bit('build_arm') and not env.Bit('bitcode'):
sources.append('aeabi_read_tp.S')
# Do not make a shared version of libnacl.
« no previous file with comments | « src/trusted/validator_x86/build.scons ('k') | src/untrusted/pnacl_dynloader/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698