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

Unified Diff: examples/scriptable/crypto/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/graphics/xaos/xaos.nmf ('k') | examples/scriptable/matrix/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/scriptable/crypto/Makefile
diff --git a/examples/scriptable/crypto/Makefile b/examples/scriptable/crypto/Makefile
index f93d360c7da47e8841092d5b8c1abadf30f97bd4..db687828c71f308427883171ed87f652b1071fa6 100644
--- a/examples/scriptable/crypto/Makefile
+++ b/examples/scriptable/crypto/Makefile
@@ -62,11 +62,11 @@ clean:
# Build the required packages.
$(TOMCRYPT_32):
(cd $(NACLPORTS_ROOT)/packages/scripts/libtomcrypt-1.17; \
- export NACL_PACKAGES_BITSIZE=32; \
+ export NACL_ARCH=i686; \
./nacl-libtomcrypt-1.17.sh)
$(TOMCRYPT_64):
(cd $(NACLPORTS_ROOT)/packages/scripts/libtomcrypt-1.17; \
- export NACL_PACKAGES_BITSIZE=64; \
+ export NACL_ARCH=x86_64; \
./nacl-libtomcrypt-1.17.sh)
« no previous file with comments | « examples/graphics/xaos/xaos.nmf ('k') | examples/scriptable/matrix/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698