Warning, /tools/build_options/unsupported/sp3-32bit 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
3b1228ead4 Cons*0001 #!/bin/bash
0002 #
0003 #
0004
0005 # tested on blackforest, ce107 Jan 2005
0006
0007
0008 S64='$(TOOLSDIR)/set64bitConst.sh'
0009 MAKEDEPEND=makedepend
0010 DEFINES='-DTARGET_AIX -DWORDLENGTH=4'
0011
0012 CPP='/lib/cpp -P'
0013 CC='cc_r'
0014 FC='xlf95_r'
0015 LINK='mpxlf95_r'
0016 LIBS='-L/usr/local/apps/mass -lmass'
0017 FFLAGS='-qfixed=132 -bmaxdata:0x80000000'
0018 FOPTIM='-O3 -qarch=pwr3 -qtune=pwr3 -qcache=auto -qmaxmem=-1'
0019 FC_NAMEMANGLE="#define FC_NAMEMANGLE(X) X"