[Bug java/17699] Can't crosscompile gcj
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Oct 3 19:44:00 GMT 2004
------- Additional Comments From tromey at gcc dot gnu dot org 2004-10-03 19:44 -------
For a canadian cross you're expected to have
a build-x-host toolchain installed and in your PATH.
This is what is used to build the target libraries.
Without such a toolchain already around, there would
be no way to build target libraries, since the host
tools won't work on the build system in a canadian cross.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17699
More information about the Gcc-bugs
mailing list