/[MITgcm]/MITgcm/tools/build_options/darwin_ppc_g77
ViewVC logotype

Diff of /MITgcm/tools/build_options/darwin_ppc_g77

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by edhill, Thu Nov 13 22:03:39 2003 UTC revision 1.3 by edhill, Sun Aug 29 15:38:32 2004 UTC
# Line 11  Line 11 
11  CPP='/usr/bin/cpp -traditional -P'  CPP='/usr/bin/cpp -traditional -P'
12  FC=g77  FC=g77
13  LINK=g77  LINK=g77
 FFLAGS='-Wimplicit -Wunused -Wuninitialized'  
 FOPTIM='-O3 -funroll-loops'  
 #FOPTIM='-O3 -malign-power -funroll-loops'  
14  NOOPTFLAGS='-O0'  NOOPTFLAGS='-O0'
15    
16  S64='$(TOOLSDIR)/set64bitConst.sh'  S64='$(TOOLSDIR)/set64bitConst.sh'
17  #MAKEDEPEND='${TOOLSDIR}/xmakedepend'  #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
18  MAKEDEPEND=makedepend  MAKEDEPEND=makedepend
19  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
20    
21    #  For IEEE, use the "-ffloat-store" option
22    if test "x$IEEE" = x ; then
23        FFLAGS='-Wimplicit -Wunused -Wuninitialized'
24        FOPTIM='-O3 -funroll-loops'
25    else
26        FFLAGS='-Wimplicit -Wunused -ffloat-store'
27        FOPTIM='-O0'
28    fi
29    
30    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22