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
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
--
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
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
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