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

Unified Diff: tools/toolchain_tester/toolchain_config.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
« tests/pnacl_ld_example/Makefile.pnacl ('K') | « tools/llvm/utman.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/toolchain_tester/toolchain_config.py
===================================================================
--- tools/toolchain_tester/toolchain_config.py (revision 4818)
+++ tools/toolchain_tester/toolchain_config.py (working copy)
@@ -168,13 +168,13 @@
######################################################################
# PNACL + SEL_LDR [ARM]
######################################################################
-DRIVER_PATH = 'toolchain/linux_arm-untrusted/bin'
+DRIVER_PATH = 'toolchain/pnacl_linux_x86_64/bin'
PNACL_LLVM_GCC = DRIVER_PATH + '/pnacl-gcc'
PNACL_LD = DRIVER_PATH + '/pnacl-ld'
-PNACL_LIB_DIR = 'toolchain/linux_arm-untrusted/libs-bitcode/'
+PNACL_LIB_DIR = 'toolchain/pnacl_linux_x86_64/libs-bitcode/'
jasonwkim 2011/04/12 00:19:07 Can we turn this in to a single var that is interp
COMMANDS_llvm_pnacl_arm = [
('compile-bc',
« tests/pnacl_ld_example/Makefile.pnacl ('K') | « tools/llvm/utman.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698