This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: RFA, RFT: enable tools using CNI
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Fitzsimmons <fitzsim at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 30 Jun 2006 08:26:16 -0600
- Subject: Re: RFA, RFT: enable tools using CNI
- References: <44A49E0C.3030303@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Tom" == Thomas Fitzsimmons <fitzsim@redhat.com> writes:
Tom> I'm testing this on x86_64-unknown-linux-gnu and
Tom> powerpc-apple-darwin7.9.0. Can others test on other platforms, and a
Tom> newer powerpc-apple-darwin?
Tom> Please approve.
This looks reasonable to me.
Tom> +libgcj_tools_la_GCJFLAGS = -findirect-dispatch -classpath libgcj-$(gcc_version).jar
The -classpath here seems odd. Ordinarily -bootclasspath would be
preferred.
I suppose this is because using libgcj_tools_la_GCJFLAGS means that
AM_GCJFLAGS won't be used. How about removing the -classpath argument
(and the _DEPENDENCIES variable) and adding $(AM_GCJFLAGS) instead?
Tom