Changeset 1991 for CPL/oasis3/trunk/util/compile/frames/include_curie
- Timestamp:
- 01/15/13 16:11:21 (10 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
r1906 r1991 1 # Compile modes (specified by user): libraries on titane1 # Compile modes (specified by user): libraries on curie 2 2 # 3 3 # Note : - all libraries are compiled with -Pstack … … 6 6 if [ $compile_mode = default ]; then 7 7 optc=" " 8 optf="-convert big_endian "9 optf77="-convert big_endian "8 optf="-convert big_endian -xHost" 9 optf77="-convert big_endian -xHost" 10 10 optl="" 11 11 elif [ $compile_mode = debug ]; then -
CPL/oasis3/trunk/util/compile/frames/include_curie/Compile_mode_oasis3_curie.h
r1906 r1991 3 3 if [ $compile_mode = default ]; then 4 4 optc=" " 5 optf="-convert big_endian "6 optf77="-convert big_endian "7 optl=" "5 optf="-convert big_endian -xHost" 6 optf77="-convert big_endian -xHost" 7 optl="-xHost" 8 8 elif [ $compile_mode = debug ]; then 9 9 optc=" "
Note: See TracChangeset
for help on using the changeset viewer.