This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj on embedded mipsel linux
- From: Tom Tromey <tromey at redhat dot com>
- To: "Mark and Janice Juszczec" <juszczec at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 04 Nov 2002 20:38:30 -0700
- Subject: Re: gcj on embedded mipsel linux
- References: <F97p9NBUL23sseOYqFl00019328@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Mark" == Mark and Janice Juszczec <juszczec@hotmail.com> writes:
Mark> So, if I don't need a given java package (or part of its
Mark> functionality) I can remove it and its gnu companion.
Maybe. It might not work that well. And it won't be easy since the
libraries are interconnected. Static linking is probably more robust.
Tom