Ignore:
Timestamp:
04/04/13 10:47:15 (11 years ago)
Author:
aclsce
Message:

Put mcmodel=large for Ada compilation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CPL/oasis3/trunk/util/compile/frames/include_ada/Compile_mode_libs_ada.h

    r1991 r2040  
    66  if [ $compile_mode = default ];   then 
    77    optc=" "  
    8     optf="-convert big_endian" 
    9     optf77="-convert big_endian" 
    10     optl="" 
     8    optf="-shared-intel -mcmodel=large -convert big_endian" 
     9    optf77="-shared-intel -mcmodel=large -convert big_endian" 
     10    optl="-shared-intel -mcmodel=large" 
    1111  elif [ $compile_mode = debug ];   then 
    1212    optc=" " 
Note: See TracChangeset for help on using the changeset viewer.