| 3 |
# |
# |
| 4 |
# Compiler and linker options for blackforest |
# Compiler and linker options for blackforest |
| 5 |
# |
# |
| 6 |
|
set gm2optfile = "-optfile=${BUILDROOT}/../../tools/build_options/sp4" |
| 7 |
set arcommand = "ar" |
set arcommand = "ar" |
| 8 |
set aropts = "-X64 -s -rc" |
set aropts = "-X64 -s -rc" |
| 9 |
|
set cccommand = "cc" |
| 10 |
|
set ccopts = "-q64 -c" |
| 11 |
set comp = mpxlf95_r |
set comp = mpxlf95_r |
| 12 |
set compopts = ( -qfixed=132 -O3 -qarch=pwr4 \ |
set compopts = ( -WF,-DE_1_0_4 \ |
| 13 |
|
-qfixed=132 -O3 -qarch=pwr4 \ |
| 14 |
-qtune=pwr4 -qcache=auto \ |
-qtune=pwr4 -qcache=auto \ |
| 15 |
-qmaxmem=-1 -bmaxdata:0x80000000 \ |
-qmaxmem=-1 -bmaxdata:0x80000000 \ |
| 16 |
-q64 -brtl -lC -qautodbl ) |
-q64 -brtl -lC -qautodbl ) |