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

Contents of /MITgcm/tools/build_options/darwin_g77

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


Revision 1.3 - (show annotations) (download)
Sun Aug 29 15:38:32 2004 UTC (19 years, 8 months ago) by edhill
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
Error occurred while calculating annotation data.
FILE REMOVED
 o g77 cleanup
   - make IEEE more consistent
   - recent g77 versions forbid "-Wuninitialized" with "-O0"

1 #!/bin/bash
2
3 # $Header: /u/gcmpack/MITgcm/tools/build_options/darwin_g77,v 1.2 2003/11/13 22:03:39 edhill Exp $
4 #
5 # tested on G4-PowerBook, 1GHz
6 # cc-compiler is available only with the Apple Developer Tools,
7 # so make sure that those are installed
8 # g77 can be optained from FINK: http://fink.sourceforge.net
9 #
10
11 CPP='/usr/bin/cpp -traditional -P'
12 FC=g77
13 LINK=g77
14 FFLAGS='-Wimplicit -Wunused -Wuninitialized'
15 FOPTIM='-O3 -funroll-loops'
16 #FOPTIM='-O3 -malign-power -funroll-loops'
17 NOOPTFLAGS='-O0'
18
19 S64='$(TOOLSDIR)/set64bitConst.sh'
20 #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
21 MAKEDEPEND=makedepend
22 DEFINES='-DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22