This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/17699] Can't crosscompile gcj
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 27 Sep 2004 21:57:52 -0000
- Subject: [Bug java/17699] Can't crosscompile gcj
- References: <20040927184806.17699.bero@arklinux.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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