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

Unified Diff: tools/llvm/driver.py

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 | « tests/spec2k/run_all.sh ('k') | tools/llvm/non_bitcode_symbols.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/llvm/driver.py
===================================================================
--- tools/llvm/driver.py (revision 4818)
+++ tools/llvm/driver.py (working copy)
@@ -109,7 +109,7 @@
'BUILD_OS' : '', # "linux" or "darwin"
'BUILD_ARCH' : '', # "x86_64" or "i686" or "i386"
- 'BASE' : '${BASE_NACL}/toolchain/linux_arm-untrusted',
+ 'BASE' : '${BASE_NACL}/toolchain/pnacl_${BUILD_OS}_${BUILD_ARCH}',
'BASE_TRUSTED' : '${BASE_NACL}/toolchain/linux_arm-trusted',
'BASE_ARM' : '${BASE}/arm-none-linux-gnueabi',
'BASE_ARM_INCLUDE': '${BASE_ARM}/arm-none-linux-gnueabi/include',
« no previous file with comments | « tests/spec2k/run_all.sh ('k') | tools/llvm/non_bitcode_symbols.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698