This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libjava status on Solaris 8/Intel and IRIX 6.5
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Cc: tromey at redhat dot com, java at gcc dot gnu dot org
- Date: Mon, 18 Mar 2002 16:33:21 -0500 (EST)
- Subject: Re: libjava status on Solaris 8/Intel and IRIX 6.5
On Mon, 18 Mar 2002, Rainer Orth wrote:
> Looking into this, I noticed a problem: right now, we have
> libjava/configure.host. Comparing this to the libstdc++-v3 situation, this
> seems wrong: this should be configure.target and there should be separate
> switches on target_cpu, target_os and the full target triple.
I always thought libstdc++-v3 had that wrong... `target' doesn't mean
anything to a library, only build/host are meaningful.
In any case I've successfully cross compiled libjava with minor changes,
and I've always had to hack libstdc++-v3 to get a good build when target
!= host.
Jeff