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

Unified Diff: ports/stoken/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/stoken/build.sh
diff --git a/ports/stoken/build.sh b/ports/stoken/build.sh
index 04c500e6f63ac80f0ebdfb9cdc01f89fc1c97a17..49b80980700578e7cb9eb38bbac5721ec4d62c8b 100644
--- a/ports/stoken/build.sh
+++ b/ports/stoken/build.sh
@@ -18,7 +18,7 @@ TestStep() {
EXE=stoken${NACL_EXEEXT}
fi
- if [ "${NACL_ARCH}" = "pnacl" ]; then
+ if [ "${NACL_ARCH}" = "pnacl" -o "${NACL_ARCH}" = "le32" ]; then
TranslateAndWriteLauncherScript ${EXE} x86-32 stoken.x86-32.nexe stoken
else
WriteLauncherScript stoken ${EXE}
« make_all.sh ('K') | « ports/sdlquake/Makefile ('k') | ports/texlive/pkg_info » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698