Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Fri, 9 Mar 2001 11:33:22 -0500
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Cc: DJS@MULTITECH.com
Subject: Re: GCC targets
Message-ID: <20010309113322.E6430@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com, DJS@MULTITECH.com
References: <f05010400b6cea0e0fad1@[192.168.3.234]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <f05010400b6cea0e0fad1@[192.168.3.234]>; from DJS@MULTITECH.com on Fri, Mar 09, 2001 at 09:08:24AM -0600

On Fri, Mar 09, 2001 at 09:08:24AM -0600, Darrik Spaude wrote:
>Hello,
>
>I downloaded the Cygwin tools with the expectation that I would be 
>able to use GCC to compile for various target platforms.  For 
>example, I tried:
>
>gcc -m68000 voce.c
>
>and I get an error that says '68000' is an invalid option.  The same 
>goes for -mcpu=860  (860 is an invalid option).
>
>Does the GCC app supplied with the Cygwin tools support other targets 
>or am I dreaming?

You're dreaming.  Sorry.  gcc doesn't work that way.

>Is there some way to get GCC with support for multiple targets working
>on Windows or DOS?

It's possible to do this on any platform.  You need a different version
of gcc for every target you're interested in.  You have to configure and
build it for each one.

...and this isn't the mailing list for asking about how to go about doing
this.  Check out the crossgcc mailing list at sources.redhat.com.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

