This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: SIGPIPE and DISABLE_JAVA_NET
- To: <green at redhat dot com>
- Subject: Re: Patch: SIGPIPE and DISABLE_JAVA_NET
- From: Tom Tromey <tromey at redhat dot com>
- Date: 31 May 2001 10:48:41 -0600
- Cc: "Jeff Sturm" <jsturm at one-point dot com>, <java-patches at gcc dot gnu dot org>
- References: <NEBBKJDPKLNNENPPIHCPGEADLGAA.green@redhat.com>
- Reply-To: tromey at redhat dot com
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
Anthony> 2001-05-23 Anthony Green <green@redhat.com>
Anthony> * configure.in: Test for sigaction on native builds.
Anthony> * prims.cc: Check HAVE_SIGACTION.
Anthony> * include/config.h.in: Rebuilt.
This is ok for the trunk.
While I think that supporting cross/newlib configurations is really
cool, it seems to me that it isn't a 3.0 thing. My reasons are:
first, that not many people actually use this (otherwise we'd have
seen reports before), and second that the release is only 2 weeks
away.
Tom