/[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.5 by mlosch, Mon Feb 13 13:11:19 2006 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'  #EH3 MAKEDEPEND='${TOOLSDIR}/xmakedepend'
18  MAKEDEPEND=makedepend  #EH3 MAKEDEPEND=makedepend
19  DEFINES='-DWORDLENGTH=4'  DEFINES='-DWORDLENGTH=4'
20    INCLUDES='-I/sw/include'
21    LIBS='-L/sw/lib'
22    
23    #  For IEEE, use the "-ffloat-store" option
24    if test "x$IEEE" = x ; then
25        FFLAGS='-Wimplicit -Wunused -Wuninitialized'
26        FOPTIM='-O3 -funroll-loops'
27    else
28        FFLAGS='-Wimplicit -Wunused -ffloat-store'
29        FOPTIM='-O0'
30    fi
31    
32    

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

  ViewVC Help
Powered by ViewVC 1.1.22