This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFC: Moving native code in java.net into architecture dependant files - updated patch
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: gnustuff at thisiscool dot com, java-patches at gcc dot gnu dot org
- Date: 19 Apr 2003 12:46:07 -0600
- Subject: Re: RFC: Moving native code in java.net into architecture dependant files - updated patch
- References: <RQC973A9H8683ZTSPROTOMI631TZY53.3e76d067@p733><200303180921.27142.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror at gmx dot de> writes:
Mohan> ...I think we would need a line in configure.in that looks
Mohan> something like this:
Mohan> if test "$enable_java_net" = no; then
Mohan> PLATFORMNET=NoNet
Mohan> fi
Michael> Do we really need this ? I thought we only need it for newlib
Michael> users ? Of course we can add an AC_ENABLE(java-net,...) if
Michael> needed later.
I think some people are probably still using this option.
I think Mohan's code snippet looks good.
This would let us get rid of a lot of uses of DISABLE_JAVA_NET, too.
(Not the ones from the headesr, but all the ones in java/net/*.cc)
Tom