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: Tom Tromey <tromey at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>, java at gcc dot gnu dot org
- Date: 18 Mar 2002 15:13:20 -0700
- Subject: Re: libjava status on Solaris 8/Intel and IRIX 6.5
- References: <Pine.LNX.4.10.10203181629000.3732-100000@mars.deadcafe.org>
- Reply-to: tromey at redhat dot com
>>>>> "Jeff" == Jeff Sturm <jsturm@one-point.com> writes:
>> 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.
Jeff> I always thought libstdc++-v3 had that wrong... `target' doesn't
Jeff> mean anything to a library, only build/host are meaningful.
Yes. Checking the host setting here is correct.
Checking target might work, but it isn't really correct.
Tom