Changeset 1906
- Timestamp:
- 10/31/12 12:11:28 (12 years ago)
- Location:
- CPL/oasis3/trunk/util/compile/frames/include_curie
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_libs_curie.h
r1677 r1906 6 6 if [ $compile_mode = default ]; then 7 7 optc=" " 8 optf="-convert big_endian -xHost"9 optf77="-convert big_endian -xHost"8 optf="-convert big_endian" 9 optf77="-convert big_endian" 10 10 optl="" 11 11 elif [ $compile_mode = debug ]; then 12 12 optc=" " 13 optf=" -xHost"14 optf77=" -xHost"13 optf="" 14 optf77="" 15 15 optl="" 16 16 elif [ $compile_mode = profile ]; then … … 19 19 elif [ $compile_mode = opt ]; then 20 20 optc="" 21 optf=" -xHost"22 optf77=" -xHost"23 optl=" -xHost"21 optf="" 22 optf77="" 23 optl="" 24 24 elif [ $compile_mode = ad_hoc ]; then 25 25 echo "with this option the options are set through GUI input" -
CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_oasis3_curie.h
r1677 r1906 3 3 if [ $compile_mode = default ]; then 4 4 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="" 8 8 elif [ $compile_mode = debug ]; then 9 9 optc=" " 10 optf=" -xHost"11 optf77=" -xHost"12 optl=" -xHost"10 optf="" 11 optf77="" 12 optl="" 13 13 elif [ $compile_mode = profile ]; then 14 14 optc=" " 15 optf=" -xHost"16 optf77=" -xHost"17 optl=" -xHost"15 optf="" 16 optf77="" 17 optl="" 18 18 elif [ $compile_mode = opt ]; then 19 19 optc="" 20 optf=" -xHost"21 optf77=" -xHost"22 optl=" -xHost"20 optf="" 21 optf77="" 22 optl="" 23 23 elif [ $compile_mode = ad_hoc ]; then 24 24 echo "with this option the options are set through GUI input"
Note: See TracChangeset
for help on using the changeset viewer.