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

Unified Diff: libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.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/openssl-1.0.0e/nacl-openssl-1.0.0e.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
diff --git a/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh b/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
index bdc9dc21a113c31e2882eebfd657d9f1f75cb4d9..d6a4ef9dff7336a0562764cdaef72d1b4a28b6a7 100755
--- a/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
+++ b/libraries/x264-snapshot-20091023-2245/nacl-x264-snapshot-20091023-2245.sh
@@ -31,7 +31,7 @@ CustomConfigureStep() {
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
local naclhost
- if [ "${NACL_PACKAGES_BITSIZE}" == pnacl ]; then
+ if [ "${NACL_ARCH}" = pnacl ]; then
naclhost=pnacl
else
naclhost=x86-nacl-linux
« no previous file with comments | « libraries/openssl-1.0.0e/nacl-openssl-1.0.0e.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698