ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/ac-tools/aclocal.m4
(Generate patch)

Comparing trunk/OOPSE-2.0/ac-tools/aclocal.m4 (file contents):
Revision 1578 by gezelter, Wed Oct 6 23:03:34 2004 UTC vs.
Revision 1579 by chuckv, Fri Oct 15 19:38:12 2004 UTC

# Line 534 | Line 534 | if test "$ac_test_CFLAGS" != "set"; then
534          fi;;
535     *darwin*)
536          if test "$CC" = xlc -o "$CC" = cc; then
537 <                CFLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
537 >                CFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
538          fi;;
539    esac
540  
# Line 653 | Line 653 | if test "$ac_test_CXXFLAGS" != "set"; then
653          fi;;
654     *darwin*)
655          if test "$CXX" = xlc++; then
656 <                CXXFLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
656 >                CXXFLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
657          fi;;
658    esac
659  
# Line 768 | Line 768 | if test x"$F90FLAGS" = x ; then
768          fi;;
769     *darwin*)
770          if test "$F90" = f90 -o "$F90" = xlf90 -o "$F90" = xlf95; then
771 <                F90FLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto"
771 >                F90FLAGS="-qthreaded -O -qtune=auto -qarch=auto -qunroll=auto"
772          fi;;
773    esac
774  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines