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

Annotation of /MITgcm/tools/build_options/darwin_ppc_g77

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


Revision 1.1 - (hide annotations) (download)
Thu Oct 30 13:22:42 2003 UTC (20 years, 6 months ago) by edhill
Branch: MAIN
CVS Tags: checkpoint51q_post, checkpoint52a_pre, checkpoint52, checkpoint51r_post, ecco_c52_e35, checkpoint51t_post, checkpoint51u_post, checkpoint51s_post
Branch point for: branch-nonh
 o add platform detection for OSX ('darwin') on PPC ('Power Macintosh')
   hardware

1 edhill 1.1 #!/bin/bash
2    
3     # $Header: $
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     LN='/bin/ln -s'
12     CPP='/usr/bin/cpp -traditional -P'
13     FC=g77
14     LINK=g77
15     FFLAGS='-Wimplicit -Wunused -Wuninitialized'
16     FOPTIM='-O3 -funroll-loops'
17     #FOPTIM='-O3 -malign-power -funroll-loops'
18     NOOPTFLAGS='-O0'
19    
20     S64='$(TOOLSDIR)/set64bitConst.sh'
21     #MAKEDEPEND='${TOOLSDIR}/xmakedepend'
22     MAKEDEPEND=makedepend
23     DEFINES='-DWORDLENGTH=4'

  ViewVC Help
Powered by ViewVC 1.1.22