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

Unified Diff: build_tools/nacl-env.sh

Issue 1399633002: Add emscripten support to config.sub (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@hello_emscripten
Patch Set: Created 5 years, 2 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 | « build_tools/config.sub ('k') | ports/zlib/diff_skip.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_tools/nacl-env.sh
diff --git a/build_tools/nacl-env.sh b/build_tools/nacl-env.sh
index b0896e50ce4f81eb560d694c5571c93f0d42807c..7b18f1a2174366a3bdae14ef26ac87f87458f332 100755
--- a/build_tools/nacl-env.sh
+++ b/build_tools/nacl-env.sh
@@ -148,7 +148,7 @@ fi
if [ ${NACL_ARCH} = "pnacl" ]; then
NACL_CROSS_PREFIX=pnacl
elif [ ${NACL_ARCH} = "emscripten" ]; then
- NACL_CROSS_PREFIX=em
+ NACL_CROSS_PREFIX=emscripten
else
NACL_CROSS_PREFIX=${NACL_ARCH}-nacl
fi
« no previous file with comments | « build_tools/config.sub ('k') | ports/zlib/diff_skip.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698