ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/configure
(Generate patch)

Comparing trunk/OOPSE/configure (file contents):
Revision 944 by gezelter, Wed Jan 14 22:41:34 2004 UTC vs.
Revision 949 by chuckv, Thu Jan 15 21:57:10 2004 UTC

# Line 4289 | Line 4289 | if test "$ac_test_CFLAGS" != "set"; then
4289          fi;;
4290     *darwin*)
4291          if test "$CC" = xlc -o "$CC" = cc; then
4292 <                CFLAGS="-O3 -qtune=auto -w"
4293 <                echo "*******************************************************"
4294 <                echo "*  You have Darwin on an unknown powerpc system.      *"
4295 <                echo "*  It is recommended that you use                     *"
4296 <                echo "*                                                     *"
4297 <                echo "*  CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
4298 <                echo "*                               ^^^                   *"
4299 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4300 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4301 <                echo "*******************************************************"
4292 >                CFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
4293          fi;;
4294    esac
4295  
# Line 4750 | Line 4741 | if test "$ac_test_CXXFLAGS" != "set"; then
4741          fi;;
4742     *darwin*)
4743          if test "$CXX" = xlC; then
4744 <                CXXFLAGS="-O3 -qtune=auto -qansialias -w"
4754 <                echo "*******************************************************"
4755 <                echo "*  You have Darwin on an unknown powerpc system.      *"
4756 <                echo "*  It is recommended that you use                     *"
4757 <                echo "*                                                     *"
4758 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
4759 <                echo "*                                 ^^^                 *"
4760 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
4761 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
4762 <                echo "*******************************************************"
4744 >                CXXFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
4745          fi;;
4746    esac
4747  
# Line 5171 | Line 5153 | if test x"$F90FLAGS" = x ; then
5153          fi;;
5154     *darwin*)
5155          if test "$F90" = f90 -o "$F90" = xlf90; then
5156 <                F90FLAGS="-O3 -qtune=auto -w"
5175 <                echo "*********************************************************"
5176 <                echo "*  You have Darwin on an unknown powerpc system.  It is *"
5177 <                echo "*  recommended that you use                             *"
5178 <                echo "*                                                       *"
5179 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
5180 <                echo "*                                 ^^^                   *"
5181 <                echo "*  where xxx is 601, 603, 604, or whatever kind of      *"
5182 <                echo "*  PowerPC CPU you have.   For more info, man xlf.      *"
5183 <                echo "*********************************************************"
5156 >                F90FLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto"
5157          fi;;
5158    esac
5159  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines