Re: patch to allow newlib to compile when winsup not present

2002-01-25 Thread Robert Collins
=== - Original Message - From: "J. Johnston" <[EMAIL PROTECTED]> > No overwhelming reason, however, historically there are already precedences for > this. Newlib already contains system-specific and machine-specific header > files and a system for overriding the common ones. It suppose

Re: patch to allow newlib to compile when winsup not present

2002-01-24 Thread Robert Collins
Further to this, IMO emulation & platform specific headers should be in the winsup dir. libc and libm headers should be in newlib. The pthread typedef's are emulation specific, not newlib specific, and I strongly oppose them being moved to newlib. The function definitions (like pthread_kill) how

Re: patch to allow newlib to compile when winsup not present

2002-01-24 Thread Robert Collins
On Fri, 2002-01-25 at 06:48, Thomas Fitzsimmons wrote: > On Thu, 2002-01-24 at 12:49, Christopher Faylor wrote: > > What's wrong with saying that you need the winsup directory or a cygwin > > installation to compile the cygwin versions of newlib? > > > > That is a possibility, but even in that

Re: patch to allow newlib to compile when winsup not present

2002-01-24 Thread Thomas Fitzsimmons
Fitzsimmons" <[EMAIL PROTECTED]> > >> To: <[EMAIL PROTECTED]> > >> Cc: <[EMAIL PROTECTED]> > >> Sent: Thursday, January 24, 2002 12:08 PM > >> Subject: patch to allow newlib to compile when winsup not present > >> > >> &g

Re: patch to allow newlib to compile when winsup not present

2002-01-24 Thread Christopher Faylor
gt;> Cc: <[EMAIL PROTECTED]> >> Sent: Thursday, January 24, 2002 12:08 PM >> Subject: patch to allow newlib to compile when winsup not present >> >> >> > I've applied this patch to newlib, so that it will compile for the >> > i686-pc-cy

Re: patch to allow newlib to compile when winsup not present

2002-01-24 Thread Thomas Fitzsimmons
On Wed, 2002-01-23 at 22:34, Robert Collins wrote: > > === > - Original Message - > From: "Thomas Fitzsimmons" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, January 24, 2002 12:08 PM > Subje

Re: patch to allow newlib to compile when winsup not present

2002-01-23 Thread Robert Collins
=== - Original Message - From: "Thomas Fitzsimmons" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 12:08 PM Subject: patch to allow newlib to compile when winsup not present > I've applied t

patch to allow newlib to compile when winsup not present

2002-01-23 Thread Thomas Fitzsimmons
I've applied this patch to newlib, so that it will compile for the i686-pc-cygwin target, when winsup is not in the source tree. Previously, the newlib build failed because pthread_t was undefined. Index: libc/include/sys/signal.h ==