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

Unified Diff: tests/pnacl_ld_example/Makefile.pnacl

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
Index: tests/pnacl_ld_example/Makefile.pnacl
===================================================================
--- tests/pnacl_ld_example/Makefile.pnacl (revision 4818)
+++ tests/pnacl_ld_example/Makefile.pnacl (working copy)
@@ -6,8 +6,8 @@
# simple example that tries to build a mostly sandboxed shared lib
# which is then loaded by a regular (non-sandboxed) images
-PNACL_CC=../../toolchain/linux_arm-untrusted/bin/pnacl-gcc
-PNACL_LD=../../toolchain/linux_arm-untrusted/bin/pnacl-ld
+PNACL_CC=../../toolchain/pnacl_linux_x86_64/bin/pnacl-gcc
+PNACL_LD=../../toolchain/pnacl_linux_x86_64/bin/pnacl-ld
jasonwkim 2011/04/12 00:19:46 Here too
ELF_PATCHER=../../tools/elf_patcher.py
ARM_CC=../../toolchain/linux_arm-trusted/arm-2009q3/bin/arm-none-linux-gnueabi-gcc

Powered by Google App Engine
This is Rietveld 408576698