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

Unified Diff: examples/scriptable/matrix_npapi/Makefile

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: revert .c file change Created 7 years, 11 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 | « examples/scriptable/matrix/Makefile ('k') | examples/srpc/notification_center/srpcpp/runtests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/scriptable/matrix_npapi/Makefile
diff --git a/examples/scriptable/matrix_npapi/Makefile b/examples/scriptable/matrix_npapi/Makefile
index 924bfb2845cdca582346c58525e88243a97e30ac..d81648b4aca424c9a8cb7f16123451029035e744 100644
--- a/examples/scriptable/matrix_npapi/Makefile
+++ b/examples/scriptable/matrix_npapi/Makefile
@@ -58,11 +58,11 @@ clean:
# Build the required packages.
$(BOOST_UBLAS_32):
(cd $(NACLPORTS_ROOT)/packages/scripts/boost_1_43_0; \
- export NACL_PACKAGES_BITSIZE=32; \
+ export NACL_ARCH=i686; \
./nacl-boost_1_43_0.sh)
$(BOOST_UBLAS_64):
(cd $(NACLPORTS_ROOT)/packages/scripts/boost_1_43_0; \
- export NACL_PACKAGES_BITSIZE=64; \
+ export NACL_ARCH=x86_64; \
./nacl-boost_1_43_0.sh)
« no previous file with comments | « examples/scriptable/matrix/Makefile ('k') | examples/srpc/notification_center/srpcpp/runtests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698