Warning, /tools/build_options/unsupported/irix_ip30_f77 is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit add29e06 on 2018-01-31 20:35:05 UTC
8897a5d9f0 Ed H*0001 #!/bin/bash
0002
0003 S64='$(TOOLSDIR)/set64bitConst.sh'
0004 %MAKEDEPEND=makedepend
0005 CPP='/lib/cpp -P -traditional'
0006
0007 DEFINES='-DTARGET_SGI -DWORDLENGTH=4'
0008 FC='f77'
0009 FC_NAMEMANGLE='#define FC_NAMEMANGLE(X) X ## _'
0010 FFLAGS='-n32 -extend_source -bytereclen'
0011 FOPTIM='-O3 -OPT:Olimit=0:roundoff=3:div_split=ON:alias=typed'
0012 LIBS='-lmpi'
0013 INCLUDEDIRS='/usr/include'
0014