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

Unified Diff: libraries/fftw-3.2.2/nacl-fftw-3.2.2.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/ffmpeg-0.5/nacl-ffmpeg-0.5.sh ('k') | libraries/nacl-mounts/nacl-nacl-mounts.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh
diff --git a/libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh b/libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh
index 6d8c6ee2bb535d0da91ed15c0a58942e181ef7d1..5dfffbd24e58073f1b715df3c88e3cb4bf8b23b3 100755
--- a/libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh
+++ b/libraries/fftw-3.2.2/nacl-fftw-3.2.2.sh
@@ -29,7 +29,7 @@ CustomConfigureStep() {
export PKG_CONFIG_LIBDIR=${NACL_SDK_USR_LIB}
export PATH=${NACL_BIN_PATH}:${PATH};
ChangeDir ${NACL_PACKAGES_REPOSITORY}/${PACKAGE_NAME}
- if [ ${NACL_PACKAGES_BITSIZE} = "pnacl" ] ; then
+ if [ ${NACL_ARCH} = "pnacl" ] ; then
extra=
else
extra="--enable-sse2"
« no previous file with comments | « libraries/ffmpeg-0.5/nacl-ffmpeg-0.5.sh ('k') | libraries/nacl-mounts/nacl-nacl-mounts.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698