- Timestamp:
- 01/15/13 16:11:21 (10 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.