Changeset 2040
- Timestamp:
- 04/04/13 10:47:15 (12 years ago)
- 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 6 6 if [ $compile_mode = default ]; then 7 7 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" 11 11 elif [ $compile_mode = debug ]; then 12 12 optc=" " -
CPL/oasis3/trunk/util/compile/frames/include_ada/Compile_mode_oasis3_ada.h
r1991 r2040 3 3 if [ $compile_mode = default ]; then 4 4 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" 8 8 elif [ $compile_mode = debug ]; then 9 9 optc=" "
Note: See TracChangeset
for help on using the changeset viewer.