Re: [Cegcc-devel] request for a libtool patch

2008-04-19 Thread Vincent Torri
Hey, We use *-*-cegcc. Should I modify the patch so that the prefix if 'arm', and should I put a star at the end ? The star seems useless to me Notice that cygwin* and mingw* also have a star. The star enables things as i586-mingw32msvc (as ubuntu has, probably debian too). It enables thi

Re: [Cegcc-devel] request for a libtool patch

2008-04-19 Thread Pedro Alves
A Saturday 19 April 2008 04:38:37, Vincent Torri wrote: > > The canonical form to match our toolchains should be > > arm*-*-mingw32ce* and arm*-*-cegcc*, which always covers the > > old and the new forms. > > We use *-*-cegcc. Should I modify the patch so that the prefix if 'arm', > and should I p

Re: [Cegcc-devel] request for a libtool patch

2008-04-18 Thread Vincent Torri
> For code to be accepted in any FSF project, the author is required to > transfer the copyright of all changes to FSF. Exceptions > are allowed when the changes are very small and obvious. I actually > believe this patch would qualify, if it is introduced as, > > "cegcc builds code that runs on

Re: [Cegcc-devel] request for a libtool patch

2008-04-18 Thread Vincent Torri
> For code to be accepted in any FSF project, the author is required to > transfer the copyright of all changes to FSF. Exceptions > are allowed when the changes are very small and obvious. I actually > believe this patch would qualify, if it is introduced as, > > "cegcc builds code that runs o

Re: [Cegcc-devel] request for a libtool patch

2008-04-18 Thread Pedro Alves
Hi Vincent, Sorry for the delay in responding to this, A Thursday 10 April 2008 09:05:58, Vincent Torri wrote: > Hey, > > Currently, libtool does not support cegcc, hence (i think that what cause > it) no shared library can be built. > > I've seen that a patch exists in svn: > > http://cegcc.svn.

[Cegcc-devel] request for a libtool patch

2008-04-10 Thread Vincent Torri
Hey, Currently, libtool does not support cegcc, hence (i think that what cause it) no shared library can be built. I've seen that a patch exists in svn: http://cegcc.svn.sourceforge.net/viewvc/cegcc/trunk/cegcc/src/patches/libtool.m4_cegcc.diff?view=markup and a guy also improved it a bit for