This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: Moving native code in java.net into architecture dependant files - updated patch


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]