Warning, /tools/build_options/unsupported/sv1 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
2ff82eb834 Ed H*0001 #!/bin/bash
0002 #
0003 #
0004
0005 S64='$(TOOLSDIR)/set64bitConst.sh'
0006 MAKEDEPEND=makedepend
56f773bca2 Patr*0007 DEFINES='-DWORDLENGTH=4 -DTARGET_CRAY_VECTOR'
2ff82eb834 Ed H*0008
6aec5d9846 Ed H*0009 FC='f90'
0010 LINK='f90'
0011 CPP='/opt/ctl/bin/cpp -N -P'
0012 FOPTIM='-O0'
0013 NOOPTFLAGS='-O0'