FW: [PATCH] Crosscompiling configure fix

2011-02-11 Thread Peter Foley
I've submitted a fix for a problem I came across while trying to build a Linux-hosted Cygwin cross compiler. Autoconf fails in the cygwin and cygserver directories because the bootstrap compiler cannot link. This patch works around this by defining GCC_NO_EXECUTABLES, which causes autoconf to

Re: [PATCH] Crosscompiling configure fix

2011-02-07 Thread Corinna Vinschen
On Feb 5 21:34, Peter Foley wrote: I've submitted a fix for a problem I came across while trying to build a Linux-hosted Cygwin cross compiler. While bootstrapping Cygwin the autoconf scripts in winsup/cygwin and winsup/cygserver fail because the bootstrap compiler is missing some of the

Re: [PATCH] Crosscompiling configure fix

2011-02-07 Thread Christopher Faylor
On Mon, Feb 07, 2011 at 12:58:57PM +0100, Corinna Vinschen wrote: On Feb 5 21:34, Peter Foley wrote: I've submitted a fix for a problem I came across while trying to build a Linux-hosted Cygwin cross compiler. While bootstrapping Cygwin the autoconf scripts in winsup/cygwin and