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

Unified Diff: ports/zlib/build.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
Index: ports/zlib/build.sh
diff --git a/ports/zlib/build.sh b/ports/zlib/build.sh
index a2e6f77cfe758fc01dac93c1b5db140b288778da..f5424849ace2ebbe5093e3d2fa057e6ed3adb2c0 100644
--- a/ports/zlib/build.sh
+++ b/ports/zlib/build.sh
@@ -54,7 +54,7 @@ RunExample() {
TestStep() {
RunExample
RunMinigzip
- if [[ ${NACL_ARCH} == pnacl ]]; then
+ if [[ ${NACL_ARCH} == pnacl || ${NACL_ARCH} == le32 ]]; then
# Run the minigzip tests again but with x86-32 and arm translations
WriteLauncherScript minigzip minigzip.x86-32.nexe
RunMinigzip
« make_all.sh ('K') | « ports/x264/nacl.patch ('k') | ports/zlib/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698