Changeset 2040 for CPL/oasis3/trunk


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

Put mcmodel=large for Ada compilation.

Location:
CPL/oasis3/trunk/util/compile/frames/include_ada
Files:
2 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=" " 
  • CPL/oasis3/trunk/util/compile/frames/include_ada/Compile_mode_oasis3_ada.h

    r1991 r2040  
    33  if [ $compile_mode = default ];   then 
    44    optc=" "  
    5     optf="-convert big_endian" 
    6     optf77="-convert big_endian" 
    7     optl="" 
     5    optf="-shared-intel -mcmodel=large -convert big_endian" 
     6    optf77="-shared-intel -mcmodel=large -convert big_endian" 
     7    optl="-shared-intel -mcmodel=large" 
    88  elif [ $compile_mode = debug ];   then 
    99    optc=" " 
Note: See TracChangeset for help on using the changeset viewer.