Ignore:
Timestamp:
10/31/12 12:11:28 (12 years ago)
Author:
aclsce
Message:

Removed -xHost option for compilation on Curie machine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_oasis3_curie.h

    r1677 r1906  
    33  if [ $compile_mode = default ];   then 
    44    optc=" "  
    5     optf="-convert big_endian -xHost" 
    6     optf77="-convert big_endian -xHost" 
    7     optl="-xHost" 
     5    optf="-convert big_endian" 
     6    optf77="-convert big_endian" 
     7    optl="" 
    88  elif [ $compile_mode = debug ];   then 
    99    optc=" " 
    10     optf="-xHost" 
    11     optf77="-xHost" 
    12     optl="-xHost" 
     10    optf="" 
     11    optf77="" 
     12    optl="" 
    1313  elif [ $compile_mode = profile ]; then 
    1414    optc=" " 
    15     optf="-xHost" 
    16     optf77="-xHost" 
    17     optl="-xHost" 
     15    optf="" 
     16    optf77="" 
     17    optl="" 
    1818  elif [ $compile_mode = opt ];     then 
    1919    optc="" 
    20     optf="-xHost" 
    21     optf77="-xHost" 
    22     optl="-xHost" 
     20    optf="" 
     21    optf77="" 
     22    optl="" 
    2323  elif [ $compile_mode = ad_hoc ];  then 
    2424    echo "with this option the options are set through GUI input" 
Note: See TracChangeset for help on using the changeset viewer.