This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Classpath $(toolexeclibdir) disagrees with libjava
- From: Andrew Haley <aph at redhat dot com>
- To: mark at codesourcery dot com
- Cc: java-patches at gcc dot gnu dot org
- Date: Tue, 10 Feb 2009 17:39:33 +0000
- Subject: Re: Classpath $(toolexeclibdir) disagrees with libjava
- References: <20090210165559.724C34C1C089@zelda.codesourcery.com>
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.