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

Unified Diff: SConstruct

Issue 6825060: Rename PNaCl (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 8 months 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 | « no previous file | buildbot/buildbot_toolchain_arm_untrusted.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
===================================================================
--- SConstruct (revision 4818)
+++ SConstruct (working copy)
@@ -2756,7 +2756,9 @@
print 'ASPPCOM:', asppcom
DumpCompilerVersion(cc, env)
print
- rev_file = 'toolchain/linux_arm-untrusted/REV'
+ # TODO(pdox): This only works for linux/X86-64. Is there a better way
+ # of locating the PNaCl toolchain here?
+ rev_file = 'toolchain/pnacl_linux_x86_64/REV'
if os.path.exists(rev_file):
for line in open(rev_file).read().split('\n'):
if "Revision:" in line:
« no previous file with comments | « no previous file | buildbot/buildbot_toolchain_arm_untrusted.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698