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

Comparing trunk/OOPSE/ac-tools/aclocal.m4 (file contents):
Revision 1201 by gezelter, Thu Jan 15 15:51:17 2004 UTC vs.
Revision 1202 by gezelter, Thu May 27 16:20:36 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 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
537 >                CFLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
538          fi;;
539    esac
540  
# Line 652 | Line 652 | if test "$ac_test_CXXFLAGS" != "set"; then
652                  echo "*******************************************************"
653          fi;;
654     *darwin*)
655 <        if test "$CXX" = xlC; then
656 <                CXXFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
655 >        if test "$CXX" = xlc++; then
656 >                CXXFLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
657          fi;;
658    esac
659  
# Line 767 | Line 767 | if test x"$F90FLAGS" = x ; then
767                  echo "*******************************************************"
768          fi;;
769     *darwin*)
770 <        if test "$F90" = f90 -o "$F90" = xlf90; then
770 >        if test "$F90" = f90 -o "$F90" = xlf90 -o "$F90" = xlf95; then
771                  F90FLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto"
772          fi;;
773    esac

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines