This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: m68k-unknown-coff cross failure
- To: Robin Kirkham <Robin dot Kirkham at mlb dot dmt dot csiro dot au>
- Subject: Re: m68k-unknown-coff cross failure
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 02 Dec 1997 10:59:38 -0700
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <19971202025445.4672.qmail@ragnarok.mlb.dmt.csiro.au>you write:
> The approved way is to use
>
> make cross
>
> which does much the same thing. However, when you come to install the
> cross-compiler, "make install" or "make cross install" will still try and
> build the Fortran runtime, since target "install" depends on "all" (or
> equivalent). So I just use the first method.
Yow.
I've made a note of this in the install instructions and the faq.
I've also checked in a change in the _mainline_ sources for install-cross.
jeff