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

Unified Diff: libraries/nacl-mounts/nacl-nacl-mounts.sh

Issue 11636027: Add ARM toolchain support. (Closed) Base URL: git@github.com:samclegg/naclports.git@sbc
Patch Set: revert .c file change Created 7 years, 11 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 | « libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh ('k') | libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/nacl-mounts/nacl-nacl-mounts.sh
diff --git a/libraries/nacl-mounts/nacl-nacl-mounts.sh b/libraries/nacl-mounts/nacl-nacl-mounts.sh
index af7492d3df6f2154c913ef25ad352d99f955e668..1d8cd2c2f47d4c1197677c484b74cc4f13f05689 100755
--- a/libraries/nacl-mounts/nacl-nacl-mounts.sh
+++ b/libraries/nacl-mounts/nacl-nacl-mounts.sh
@@ -31,7 +31,7 @@ RunSelLdrTests() {
return
fi
- if [ ${NACL_PACKAGES_BITSIZE} = "pnacl" ]; then
+ if [ ${NACL_ARCH} = "pnacl" ]; then
echo "FIXME: Not running sel_ldr-based tests with PNaCl."
return
fi
@@ -139,7 +139,7 @@ CustomInstallStep() {
cp ${START_DIR}/http2/genfs.py ${NACL_SDK_USR_LIB}/nacl-mounts/util
# GLibC toolchain has termio.h so don't copy stub header.
- if [[ $NACL_GLIBC == 0 ]]; then
+ if [[ $NACL_GLIBC = 0 ]]; then
cp ${START_DIR}/console/termio.h ${NACL_SDK_USR_INCLUDE}
fi
« no previous file with comments | « libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh ('k') | libraries/openal-soft-1.13/nacl-openal-soft-1.13.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698