changeset 12427:2c31574f5fe8 release-3-4-x

README.MacOS: Fix FFTW CCFLAGS.
author Ben Abbott <bpabbott@mac.com>
date Tue, 08 Feb 2011 19:36:54 -0500
parents 3722c01799fb
children 9b3e17b892b4
files ChangeLog README.MacOS
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-08  Ben Abbott  <bpabbott@mac.com>
+
+	* README.MacOS: Fix FFTW CCFLAGS.
+
 2010-02-08  Rik  <octave@nomad.inbox5.com>
 
 	* NEWS: Use indentation of 2 spaces rather than 3 in code examples.
--- a/README.MacOS
+++ b/README.MacOS
@@ -100,7 +100,7 @@
   * fftw3: Available from http://www.fftw.org/download.html
 
       export F77="/usr/bin/gfortran"
-      export CFLAGS="-m32"
+      export CFLAGS="-arch i686 -arch x86_64"
       export FFLAGS="$CFLAGS"
       export LDFLAGS="$CFLAGS"
       ./configure --disable-dependency-tracking
@@ -111,10 +111,6 @@
       make
       sudo make install
 
-    For a 64bit build, the CFLAGS must be modified.
-
-      export CFLAGS="-arch i686 -arch x86_64"
-
   * blas/lapack
 
     - For 64 bit, a non-Xcode 64 bit Atlas may be used. Alternatively,