Re: [Patch] Fix crtstuff.c compilation with mingw build.

2014-05-01 Thread Steve Ellcey
On Thu, 2014-04-24 at 19:27 +0200, Rainer Orth wrote: > "Steve Ellcey " writes: > > > diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c > > index 12bed4b..d09455f 100644 > > --- a/libgcc/crtstuff.c > > +++ b/libgcc/crtstuff.c > > @@ -54,6 +54,7 @@ see the files COPYING3 and COPYING.RUNTIME respe

Re: [Patch] Fix crtstuff.c compilation with mingw build.

2014-04-24 Thread Rainer Orth
"Steve Ellcey " writes: > diff --git a/libgcc/crtstuff.c b/libgcc/crtstuff.c > index 12bed4b..d09455f 100644 > --- a/libgcc/crtstuff.c > +++ b/libgcc/crtstuff.c > @@ -54,6 +54,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. > If not, see > #include "auto-host.h" > #undef pid_t >

[Patch] Fix crtstuff.c compilation with mingw build.

2014-04-24 Thread Steve Ellcey
I sent an earlier patch to change how GCC configure was setting default values of caddr_t and ssize_t. That patch fixed a build problem I had when building GCC for Windows using the mingw tools but only because my patch was wrong. Here is a new patch to fix the problem. The problem was that crts