This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building 971008 cross m68k-coff on sparc-sun-solaris2.5.1 -- help!
- To: Robin Kirkham <Robin dot Kirkham at mlb dot dmt dot csiro dot au>
- Subject: Re: Building 971008 cross m68k-coff on sparc-sun-solaris2.5.1 -- help!
- From: Jim Wilson <wilson at cygnus dot com>
- Date: Wed, 15 Oct 1997 13:21:36 -0700
- cc: egcs at cygnus dot com
However, if you don't skip f77, the build still fails in the same spot.
It looks as if gcc/f/runtime/configure still believes the compiler does not
work (or invokes it incorrectly) and gives up. Is the f77 runtime actually
supported in m68k-coff configuration? (I don't actually need it).
The f77 and Objective C runtimes are not yet supported for cross builds.
This is why we recommend not building those languages.
The plan is to fix them by moving them to a top level directory. This
is how the C++ runtime is already handled, and this works fine for cross
builds.
Jim