This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
.db -vs- resources
- From: Tom Tromey <tromey at redhat dot com>
- To: GCJ Hackers <java at gcc dot gnu dot org>
- Date: 16 Mar 2005 17:31:41 -0700
- Subject: .db -vs- resources
- Reply-to: tromey at redhat dot com
Something that came up on irc the other day is that if you're using
the .db to find .sos, then a resource in the .so will actually never
be used; instead the resource from the original .jar (or whatever)
will be used. In this case, compiling a resource file in a .jar into
the resulting .so is just bloat. It would be nice to have a gcj flag
controlling this behavior.
Tom