/[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.1 by edhill, Thu Oct 30 13:22:42 2003 UTC revision 1.4 by edhill, Fri Sep 24 02:34:23 2004 UTC
# Line 8  Line 8 
8  # g77 can be optained from FINK: http://fink.sourceforge.net  # g77 can be optained from FINK: http://fink.sourceforge.net
9  #  #
10    
 LN='/bin/ln -s'  
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    
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.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22