This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Cross Compiler for m68k-coff
- From: Ian Lance Taylor <ian at airs dot com>
- To: Samuel Molines <sam1tim315 at yahoo dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: 28 Sep 2005 12:14:07 -0700
- Subject: Re: Cross Compiler for m68k-coff
- References: <20050928130355.17673.qmail@web31504.mail.mud.yahoo.com>
Samuel Molines <sam1tim315@yahoo.com> writes:
> I would just like to ask for assistance on how i can
> configure my gcc (CYGWIN in Windows) to be a
> cross-compiler for m68k.
configure --target=m68k-coff
Read the installation documentation:
http://gcc.gnu.org/install/
Ian