This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: compilation problems with ecj.jar
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: Marco Trudel <mtrudel at gmx dot ch>, Andrew Haley <aph at redhat dot com>, java at gcc dot gnu dot org
- Date: 22 Jan 2007 15:14:39 -0700
- Subject: Re: compilation problems with ecj.jar
- References: <IGMIWTO3YZWJF09YVD882E0RMVQ31W.45b1b719@parallels>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:
Mohan> I disagree with the assessment that the current version is
Mohan> wrong. The current version defaults host_exeext to $ac_exeext,
Mohan> but then unconditionally sets it to $cross_host_exeext if test
Mohan> -n "${with_cross_host}", namely when the real host isn't the
Mohan> same as the target.
Hmm. I think I am being confused by the comment about crossed-native
compilers in the case where with_cross_host is empty:
# Crossed-native build (host=target and host!=build)
which_gcj=cross
If it is possible to hit this case, then I think my original post was
correct. But perhaps it is not possible. Ugh.
Tom