This is the mail archive of the java-prs@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]

[Bug java/17699] Can't crosscompile gcj


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-27 21:57 -------
A plain cross compiler, where the build and host platforms
are the same, should always invoke the just-built gcj.
I assume this is the case for you?

In that case the logic in libjava/configure.in seems ok to me.
One thing that would be helpful is if you could search
libjava/configure for the comment

# Which gcj do we use?

and add a "set -x" before this, and then later on
(after the case that switches on ${which_gcj}) add a
"set +x", then rebuild, and send the output.
Maybe this will show what is being decided incorrectly.
Also the exactly command line to the libjava configure
would probably be helpful.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17699


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