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

Unified Diff: examples/scriptable/matrix/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/crypto/Makefile ('k') | examples/scriptable/matrix_npapi/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/scriptable/matrix/Makefile
diff --git a/examples/scriptable/matrix/Makefile b/examples/scriptable/matrix/Makefile
index d01cb2c25c7a4536156cf18978eb11970032a3d5..cde9b5aa9e26d6a17d59be3d21e3886c5fc86968 100644
--- a/examples/scriptable/matrix/Makefile
+++ b/examples/scriptable/matrix/Makefile
@@ -54,11 +54,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/crypto/Makefile ('k') | examples/scriptable/matrix_npapi/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698