From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8740 invoked by alias); 19 Jun 2006 17:15:07 -0000 Received: (qmail 8732 invoked by uid 22791); 19 Jun 2006 17:15:06 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.12) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 19 Jun 2006 17:15:04 +0000 Received: from brian.corp.google.com (brian.corp.google.com [172.24.0.122]) by smtp-out.google.com with ESMTP id k5JHEp0o031145; Mon, 19 Jun 2006 10:14:51 -0700 Received: from keats.corp.google.com.google.com (keats.corp.google.com [172.18.96.107]) (authenticated bits=0) by brian.corp.google.com with ESMTP id k5JHEmWn012063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 19 Jun 2006 10:14:48 -0700 To: "John Horton" Cc: gcc-help@gcc.gnu.org Subject: Re: ColdFire support by gcc References: From: Ian Lance Taylor Date: Mon, 19 Jun 2006 17:15:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00152.txt.bz2 "John Horton" writes: > I am very new to gcc (not even downloaded it yet) but I have a question > regarding Motorola/Freescale CodFire support. > > I am interested in using the MCF5272 processor and wondered what support gcc > had for it. > > I see from the online manual that coldfire core output can be configured via > the -5200 option. Are there any other more specific options for different > coldfire cores e.g. V2. gcc supports several Coldfire related options for an m68k target: -m5200, -m5206e, -m528x, -m5307, -m5407, -mcfv4e. For some reason these are mostly not documented. I don't know why. Ian