[Patch] Fix crtstuff.c when compiling with mingw tools.

2014-08-13 Thread Steve Ellcey
This is a ping on a patch I sent out a while ago to fix the GCC build when building with the mingw toolset. The problem was that crtstuff.c would not compile because it saw two different (incompatible) definitions of caddr_t, one coming from auto-host.h (set by the configure script) and one

Re: [Patch] Fix crtstuff.c when compiling with mingw tools.

2014-08-13 Thread Joseph S. Myers
On Wed, 13 Aug 2014, Steve Ellcey wrote: This is a ping on a patch I sent out a while ago to fix the GCC build when building with the mingw toolset. This is not a review. When pinging, please give *the gcc.gnu.org URL of the patch being pinged*. -- Joseph S. Myers jos...@codesourcery.com

Re: [Patch] Fix crtstuff.c when compiling with mingw tools.

2014-08-13 Thread Steve Ellcey
On Wed, 2014-08-13 at 20:42 +, Joseph S. Myers wrote: On Wed, 13 Aug 2014, Steve Ellcey wrote: This is a ping on a patch I sent out a while ago to fix the GCC build when building with the mingw toolset. This is not a review. When pinging, please give *the gcc.gnu.org URL of the

Re: [Patch] Fix crtstuff.c when compiling with mingw tools.

2014-08-13 Thread Kai Tietz
2014-08-13 22:51 GMT+02:00 Steve Ellcey sell...@mips.com: On Wed, 2014-08-13 at 20:42 +, Joseph S. Myers wrote: On Wed, 13 Aug 2014, Steve Ellcey wrote: This is a ping on a patch I sent out a while ago to fix the GCC build when building with the mingw toolset. This is not a review.