This is the mail archive of the java@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: compilation problems with ecj.jar


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


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