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

Unified Diff: src/trusted/validator_arm/testdata/compile_tests.sh

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: src/trusted/validator_arm/testdata/compile_tests.sh
===================================================================
--- src/trusted/validator_arm/testdata/compile_tests.sh (revision 4818)
+++ src/trusted/validator_arm/testdata/compile_tests.sh (working copy)
@@ -15,7 +15,7 @@
topdir=$(pwd)
cd $dir
-ldscript=$topdir/toolchain/linux_arm-untrusted/arm-none-linux-gnueabi/ld_script_arm_untrusted
+ldscript=$topdir/toolchain/pnacl_linux_x86_64/ldscripts/ld_script_arm_untrusted
readonly ARM_CROSS_COMPILER="${ARM_CC}"
for test_file in *.S ; do

Powered by Google App Engine
This is Rietveld 408576698