GCC 4.1: Buildable on GHz machines only?
Paul Brook
paul@codesourcery.com
Tue May 17 21:03:00 GMT 2005
On Tuesday 17 May 2005 20:27, Marcin Dalecki wrote:
> On 2005-05-17, at 11:29, Richard Earnshaw wrote:
> > On Tue, 2005-05-17 at 01:59, Steven Bosscher wrote:
> >> No, I just don't build gfortran as a cross. There are many reasons
> >> why this is a bad idea anyway.
> >
> > Such as?
>
> The dependence on external packages which don't cross compile well
> for example.
What external dependencies? gfortran does not require any target libraries
other than the standard C library.
It does require gmp/mpfr on the host, but in most cases the host is native,
and they are dead easy to cross compile anyway.
Paul
More information about the Gcc
mailing list