Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-05 Thread Pedro Alves
Carsten wrote: > Yep, that works fine, cegccdll obviously needs a similar patch too. Done. Cheers, Pedro Alves - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-04 Thread Carsten Sørensen
On 04/06/07, Pedro Alves <[EMAIL PROTECTED]> wrote: > Hi again. I've committed the attached patch to libstdc++/Makefile instead, > using the same idea. Could you give it a try? Yep, that works fine, cegccdll obviously needs a similar patch too. Regards, Carsten Sorensen --

Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-04 Thread Pedro Alves
On 6/2/07, Pedro Alves wrote: Carsten Sørensen wrote: > Since I have a dual core machine, my MAKEFLAGS variable is set to "-j 2" > which is not compatible with the cegccdll and libstdc++ make process - > the _tmp directory is deleted before it's needed. As a kludgy solution, > I've added the -j 1

Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-03 Thread Danny Backx
On Sat, 2007-06-02 at 17:51 +0100, Pedro Alves wrote: > Carsten Sørensen wrote: > > Danny Backx wrote: > >> I've implemented the Makefile change (libstdc++) as you said, and reran > >> my RPM build for both cegcc and mingw32ce. Both succeeded. > > > > Excellent, this fixes the cegcc build for me o

Re: [Cegcc-devel] Proposed patch for build-cegcc.sh

2007-06-02 Thread Pedro Alves
Carsten Sørensen wrote: > Danny Backx wrote: >> I've implemented the Makefile change (libstdc++) as you said, and reran >> my RPM build for both cegcc and mingw32ce. Both succeeded. > > Excellent, this fixes the cegcc build for me on OSX, previously I could > only build mingw32ce. > > Since I ha