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

Unified Diff: make_all.sh

Issue 1804293003: Add support for new pnacl native toolchain driver (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Fix according to Brad's comments Created 4 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
« no previous file with comments | « lib/webports/util.py ('k') | ports/binutils/pkg_info » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: make_all.sh
diff --git a/make_all.sh b/make_all.sh
index cd8a5ade6ac06a592ac7da83777e7c08845ebf8e..2c64d8c8d6f453d63cbaef18c9aedb3fcba377c4 100755
--- a/make_all.sh
+++ b/make_all.sh
@@ -29,7 +29,7 @@ NACL_ARCH=arm TOOLCHAIN=clang-newlib make ${TARGETS}
NACL_ARCH=arm TOOLCHAIN=glibc make ${TARGETS}
# PNaCl
-NACL_ARCH=pnacl TOOLCHAIN=pnacl make ${TARGETS}
+NACL_ARCH=le32 TOOLCHAIN=pnacl make ${TARGETS}
Kevin Cernekee 2016/05/07 23:19:44 Looks like the latest pepper_canary toolchain (r38
# Emscripten
if [ -n "${EMSCRIPTEN:-}" ]; then
« no previous file with comments | « lib/webports/util.py ('k') | ports/binutils/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698