David Schleef writes: > On Fri, Dec 21, 2001 at 10:09:45PM +0100, Andreas Krennmair wrote: > > Package: gcc > > Version: 2:2.95.4-8 > > Severity: wishlist > > > > 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. > > You can build cross-compiling gcc packages targetted for any Debian > architecture by reading /usr/share/doc/gcc-2.95/README.cross > and editing a few lines in debian/rules.defs. However, don't > do this with 2.95.4.ds7-0.011223, as cross compiling is broken. > I have patches, but I'm working on making it build for any > non-Linux target.
fixes are welcome, however this schema building cross compilers was dropped for our 3.0 packages, because it doesn't work well on slow platforms ... a bootstrap on m68k needs more than two days ... > You'll also need cross-compiling binutils packages, which I'm > also working on. you may want to look at the toolchain-source package. The idea is, that a specific cross compiler "source-depends" on this package and builds one cross compiler. However the package is not up to date (gcc-3.0, old binutils).