Chromium Code Reviews| 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 |