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: Classpath $(toolexeclibdir) disagrees with libjava


Mark Mitchell wrote:
> The computation of $toolexeclibdir in libjava/configure.ac does not
> agree with the same computation in libjava/classpath/m4/acinclude.m4's
> CLASSPATH_TOOLEXECLIBDIR.  (Note that CLASSPATH_TOOLEXECLIBDIR is
> marked as GCJ local.)
> 
> I have a patch to fix this, attached.  Note that I've also borrowed
> from the top-level config/acx.m4 in libjava/classpath/configure.ac.
> 
> OK to apply?  Should I move the host_noncanonical/target_noncanonical
> bits into the acinclude.m4 macro?  Is there a better overall way to do
> this?

I'm sorry, I don't really understand what this stuff does.  Punting to
Tom Tromey, who hopefully does.

Andrew.


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