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


Hi Andrew,

>It seems rather complicated.  My view is that we should support
>different OSs by means of target-specific files and we should avoid
>the use of conditional compilation where possible....

By "conditional compilation", do you mean #ifdefs within source files?
The solution I was proposing did not have any conditional compilation
within the source files. The conditional stuff would be in configure.in,
not the source files.

>I wonder if we definitely need enable_java_net.  I don't see any good
>reason to omit net support on a target that doesn't require such
>omission.

I wasn't experienced enough to make this call.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/




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