* Vincent Torri wrote on Sat, Apr 19, 2008 at 07:04:26PM CEST: > >> I will then apply your patch after we have sorted out the git mess. > > Here is another patch. It changes cegcc to cegcc* and *-cegcc* to > *-*-cegcc* > > Indeed, the cegcc compiler can have in the future another name with a > suffix, according to cegcc developpers.
A minor nit: > --- libltdl/config/ltmain.m4sh 11 Apr 2008 17:21:55 -0000 1.106 > +++ libltdl/config/ltmain.m4sh 19 Apr 2008 16:33:59 -0000 [...] > @@ -1714,7 +1714,7 @@ > > # Do a test to see if this is really a libtool program. > case $host in > - *cygwin*|*mingw*) > + *cygwin* | *mingw*) Is the omission of cegcc here on purpose? If so, then let's drop this whitespace-only change. > if func_ltwrapper_executable_p "$file"; then > func_ltwrapper_scriptname "$file" > wrapper=$func_ltwrapper_scriptname_result Cheers, Ralf