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
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: 17 Mar 2003 10:35:05 -0700
- Subject: Re: RFC: Moving native code in java.net into architecture dependant files
- References: <2ZATOMLXRTPD08553C765OMLKJHB9ZY.3e73ef4f@p733>
- Reply-to: tromey at redhat dot com
>>>>> "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