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 947 by gezelter, Wed Jan 14 22:41:34 2004 UTC vs.
Revision 948 by gezelter, Thu Jan 15 15:51:17 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="-O3 -qtune=auto -w"
538 <                echo "*******************************************************"
539 <                echo "*  You have Darwin on an unknown powerpc system.      *"
540 <                echo "*  It is recommended that you use                     *"
541 <                echo "*                                                     *"
542 <                echo "*  CFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
543 <                echo "*                               ^^^                   *"
544 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
545 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
546 <                echo "*******************************************************"
537 >                CFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
538          fi;;
539    esac
540  
# Line 662 | Line 653 | if test "$ac_test_CXXFLAGS" != "set"; then
653          fi;;
654     *darwin*)
655          if test "$CXX" = xlC; then
656 <                CXXFLAGS="-O3 -qtune=auto -qansialias -w"
666 <                echo "*******************************************************"
667 <                echo "*  You have Darwin on an unknown powerpc system.      *"
668 <                echo "*  It is recommended that you use                     *"
669 <                echo "*                                                     *"
670 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w  *"
671 <                echo "*                                 ^^^                 *"
672 <                echo "*  where xxx is 601, 603, 604, or whatever kind of    *"
673 <                echo "*  PowerPC CPU you have.   For more info, man cc.     *"
674 <                echo "*******************************************************"
656 >                CXXFLAGS="-qthreaded -O5 -Q=20 -qtune=auto -qarch=auto -qunroll=auto -qaltivec"
657          fi;;
658    esac
659  
# Line 786 | Line 768 | if test x"$F90FLAGS" = x ; then
768          fi;;
769     *darwin*)
770          if test "$F90" = f90 -o "$F90" = xlf90; then
771 <                F90FLAGS="-O3 -qtune=auto -w"
790 <                echo "*********************************************************"
791 <                echo "*  You have Darwin on an unknown powerpc system.  It is *"
792 <                echo "*  recommended that you use                             *"
793 <                echo "*                                                       *"
794 <                echo "*  CXXFLAGS=-O3 -qarch=ppc -qtune=xxx -qansialias -w    *"
795 <                echo "*                                 ^^^                   *"
796 <                echo "*  where xxx is 601, 603, 604, or whatever kind of      *"
797 <                echo "*  PowerPC CPU you have.   For more info, man xlf.      *"
798 <                echo "*********************************************************"
771 >                F90FLAGS="-qthreaded -O5 -qtune=auto -qarch=auto -qunroll=auto"
772          fi;;
773    esac
774  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines