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


>>>>> "Mohan" == Mohan Embar <gnustuff at thisiscool dot com> writes:

Mohan> What if instead of natInetAddressEcos.cc (for example), you had
Mohan> natInetAddressNoNet.cc and made another variable called
Mohan> NET_PLATFORM which factored in not only PLATFORM, but also
Mohan> whether enable_java_net was "no"?

This seems basically reasonable.  It seems to me that if the ecos
java.net port does nothing, then we don't need natInetAddressEcos.cc
at all -- we can just set NET_PLATFORM appropriately for that port.

Tom


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