This is the mail archive of the
java-patches@sourceware.cygnus.com
mailing list for the Java project.
Re: Patch: runtime part of gcj -D
- To: Anthony Green <green at cygnus dot com>
- Subject: Re: Patch: runtime part of gcj -D
- From: Tom Tromey <tromey at cygnus dot com>
- Date: Sat, 16 Oct 1999 12:21:17 -0700
- Cc: tromey at cygnus dot com, java-patches at sourceware dot cygnus dot com
- References: <87d7ug4lep.fsf@cygnus.com><199910160507.WAA20239@fencer.cygnus.com>
Anthony> Very very cool. We'll also need this patch in order to build
Anthony> libgcj. When building shared libraries, libtool will often
Anthony> compile files using -DPIC. Gcj used to ignore this, but it
Anthony> can't anymore.
Good point.
Anthony> Tom - I suppose we should pass this on the the libtool
Anthony> maintainers. What do you think?
Right now we're cheating -- libtool has never really been ported to
work with gcj. We should do a full port. This might be hard.
BTW you probably can't use "basename" in your patch. It is probably
better to use "case" to detect the match.
I think it still makes sense to check this in to our repo, with the
basename change. I can do this if you want.
Tom