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

Unified Diff: ports/devenv-latest/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/devenv-latest/build.sh
diff --git a/ports/devenv-latest/build.sh b/ports/devenv-latest/build.sh
index e492d157b14ceac1b0944fcae2c6ed77d0d92ea3..20d271fa54956497186b34788d5bc81b623512c9 100644
--- a/ports/devenv-latest/build.sh
+++ b/ports/devenv-latest/build.sh
@@ -19,7 +19,7 @@ PostInstallTestStep() {
echo "Skipping devenv tests on unsupported mac + x86_64 configuration."
elif [[ ${NACL_ARCH} == arm ]]; then
echo "Skipping devenv tests on arm for now."
- elif [[ ${NACL_ARCH} == pnacl ]]; then
+ elif [[ ${NACL_ARCH} == pnacl || ${NACL_ARCH} == le32 ]]; then
arches="i686 x86_64"
else
arches="${NACL_ARCH}"
« make_all.sh ('K') | « ports/clipper/build.sh ('k') | ports/devenv/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698