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: RFA, RFT: enable tools using CNI


>>>>> "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


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