* Vincent Torri wrote on Sun, Jun 07, 2009 at 09:15:14AM CEST: > here is a patch that does not generate the c wrapper when cegcc hosts > (cegcc and mingw32ce) are used.
Thanks! Pushed. Cheers, Ralf > --- a/ChangeLog > +++ b/ChangeLog As a very very minor nit, it is usually better to post ChangeLog entries as plain text (or as git commit log entry) rather than in diff format, because the chance is high that they won't apply cleanly anymore when added to the tree. Yes, that was only a few minutes ago but still did not work out. :-) > @@ -1,3 +1,10 @@ > +2009-06-07 Vincent Torri <vtorri at univ-evry dot fr> Two spaces between name and address, and of course I undid the address obfuscation. > + Fix C wrapper invocation for ceGCC hosts (cegcc and mingw32ce) > + * libltdl/config/ltmain.m4sh (func_mode_link): do not generate > + C wrapper for cegcc and mingw32ce hosts. > + (func_emit_cwrapperexe_src): remove useless check on __MINGW32CE__ > + > 2009-06-06 Richard Sandiford <[email protected]>
