This is the mail archive of the java-patches@sourceware.cygnus.com 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]

Re: Patch: runtime part of gcj -D


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

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