This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Cross compile, no grmic/grmiregistry
- From: TJ Laurenzo <tlaurenzo at gmail dot com>
- To: Ranjit Mathew <rmathew at gmail dot com>
- Cc: Rui Wang <Rui dot Wang at newcastle dot ac dot uk>, gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Wed, 9 Nov 2005 07:21:24 -0700
- Subject: Re: Cross compile, no grmic/grmiregistry
- References: <9366880017F98D4EA02E4412380B8202177619@moonraker.campus.ncl.ac.uk> <4371A2BF.3090306@gmail.com>
- Reply-to: tj at laurenzo dot org
> - ----------------------------- 8< -----------------------------
> ## For now, only on native systems. FIXME.
> if NATIVE
> bin_PROGRAMS = jv-convert gij grmic grmiregistry gcj-dbtool
> endif
> - ----------------------------- 8< -----------------------------
>
> So this is expected behaviour at the moment.
This must have changed recently. I remember that when I built the
cross-compiler from mainline last month, all of the tools were
created.
TJ