* Terry Dontje wrote on Mon, Dec 06, 2010 at 06:58:28PM CET: > On 12/05/2010 04:25 PM, Ralf Wildenhues wrote: > >* Ralf Wildenhues wrote on Thu, Nov 18, 2010 at 09:23:17PM CET: > >>* Terry Dontje wrote on Wed, Nov 17, 2010 at 01:00:26PM CET: > >>>I've discussed this internally and yes we would like Ceres to be supported. > >>Oh, no problem. Presumably that means you have some way to test the > >>proposed patch then with all the interesting compilers. That would be > >>very nice. :-) > >Erm, I haven't pushed this patch yet, assuming that some test feedback > >would be better than none at all. Any chance you could try it out > >sometime?
> Ok, Ethan and I just talked on the phone. He should be able to test > this soon and tell you the results. Ping! > >>2010-11-18 Ralf Wildenhues<... > >> > >> Fix $wl setting for Solaris Studio 12.2 f90 on GNU/Linux. > >> * libltdl/m4/libtool.m4 (_LT_COMPILER_PIC) [linux] > >> <lt_prog_compiler_wl>: Set to '-Qoption ld ' if we > >> detect Sun Fortran version 8.4 or newer. > >> Report by Terry Dontje. > >>--- a/libltdl/m4/libtool.m4 > >>+++ b/libltdl/m4/libtool.m4 > >>@@ -4324,12 +4324,17 @@ m4_if([$1], [CXX], [ > >> ;; > >> *) > >> case `$CC -V 2>&1 | sed 5q` in > >>- *Sun\ F* | *Sun*Fortran*) > >>+ *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ > >>8.[[0-3]]*) > >> # Sun Fortran 8.3 passes all unrecognized flags to the linker > >> _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' > >> _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' > >> _LT_TAGVAR(lt_prog_compiler_wl, $1)='' > >> ;; > >>+ *Sun\ F* | *Sun*Fortran*) > >>+ _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC' > >>+ _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic' > >>+ _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ' > >>+ ;; > >> *Sun\ C*) > >> # Sun C 5.9 > >> _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'