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: Cross Compiling Issues in GCJ 3.3


Tom Tromey wrote:
Ranjit> It has become more complicated than that - contrary to the
Ranjit> documentation, "with_cross_host" is no longer being passed
Ranjit> to the libjava configure by the top-level Makefile

That sounds like a regression to me.  I don't know what, if anything,
can be done about it.  Perhaps the change has been documented
somewhere.  I haven't really been paying attention to this area; could
you try to find out?
I spoke a bit too soon - sorry for the noise. 'with_cross_host' is
defined if 'is_cross_compiler' is true, which is true if 'host!=target'.
This is not the case for a "pure" native build as well as a crossed-native
build. My remarks were a panic reaction to the generated scripts and
Makefiles for a crossed-native build.

I have submitted a patch for review that addresses most of the issues
I have been having with crossed and crossed-native compilation of libgcj.

Sincerely Yours,
Ranjit.

--
Ranjit Mathew        Email: rmathew AT hotmail DOT com
Bangalore,
INDIA.               Web: http://ranjitmathew.tripod.com/



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