- Timestamp:
- 04/04/13 10:47:15 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.