> It would be nice to have more cross-compilers available, > so that it can become possible cross-compile programs for other > platforms. Cross-compilers should at least be available for all > platforms that are supported by Linux.
Notice that much more is necessary for cross-compilation than just the compiler. You need the cross-assembler, cross-linker, and cross-libraries. Providing cross-libraries is not possible for non-GNU systems, unless somebody has created free look-alikes of the system headers for a platform. Given that creating the libraries is quite difficult, I doubt that providing off-the-shelf cross compiler is valuable. Regards, Martin