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

Unified Diff: build_tools/bots/pnacl_bots.sh

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: Created 8 years 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: build_tools/bots/pnacl_bots.sh
diff --git a/build_tools/bots/pnacl_bots.sh b/build_tools/bots/pnacl_bots.sh
index 5983cbd90e418f82485b5677ed99798c4271c816..98f068bba9fef018c63addf5ece1fc22796ad6c5 100755
--- a/build_tools/bots/pnacl_bots.sh
+++ b/build_tools/bots/pnacl_bots.sh
@@ -19,7 +19,7 @@ cd ${BASE_DIR}
ERROR=0
-export NACL_PACKAGES_BITSIZE=pnacl
+export NACL_PACKAGES_ARCh=pnacl
jvoung - send to chromium... 2012/12/27 22:09:50 uppercase the "h" in ARCh? Is it NACL_PACKAGES_AR
Sam Clegg 2012/12/28 15:31:43 Done.
readonly PACKAGES=$(make works_for_pnacl_list)

Powered by Google App Engine
This is Rietveld 408576698