From mint-bounce@lists.fishpool.fi Sun Jan 3 14:14:12 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=Q4zPMnPoimTHvXydye9GSth8b5DlqXF5oovQ/QfbZNs=; b=qJ+Qt3gNOCxMEmOruCZNZiPphq2YegFubweVfM90OhI3qab3OO110TGaxsYUkQQ9dN fl+gcw5CMWrrrFkFu0FLmKVVA8KW/7qaR2zrvh0z105l/J24QkoO9kTRGt6YIdNzqiey LDZYLqNK+yki02sGYdfEe7nfORTaXY0AYw6l4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=l2wP5EhgX3WlrBkXnk8doc8a64A7kzNn5Ry1bS51AI/gCBiK8bXkaVJsE9BQ/udeHZ fnApfAF+t8Lf8T5kWrvS+aNLy3/vtMebzEAw1abbl10VX4DSRNwsrUkrXzyqiGizsXZU CHtO9dHBSZ1U/vvHg05+W5ZBBVhcwXRtxe2Ug= MIME-Version: 1.0 In-Reply-To: <4B40E8CA.2020002@freesbee.fr> References: <4B40B376.5020301@freesbee.fr> <4B40BB5F.7060709@freesbee.fr> <4B40E8CA.2020002@freesbee.fr> Date: Sun, 3 Jan 2010 20:11:52 +0100 Message-ID: Subject: Re: [MiNT] how to build native gcc for coldfire/68020 From: Miro Kropacek To: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= Cc: mint@lists.fishpool.fi Content-Type: multipart/alternative; boundary=0015174795729f674f047c4760ad X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: miro.kropacek@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: --0015174795729f674f047c4760ad Content-Type: text/plain; charset=ISO-8859-1 > The GCC makefiles are rather complicated, I hope there is a good variable > to change somewhere to do what you want. > That's the reason why I've asked, if by some chance you don't know the solution for this :) > Another commonly used trick is to use the CC variable. > configure --host=m68k-atari-mint CC="m68k-atari-mint-gcc -mcpu=5475" > > I don't know if this could work when building GCC. Probably yes. > True but it will have the same effect -- mcpu=5475 will clash with any other -m option in later stages.. -- MiKRO / Mystic Bytes http://mikro.atari.org --0015174795729f674f047c4760ad Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
The GCC makefiles are rather complicated, I hope there is a good variable t= o change somewhere to do what you want.
That's the= reason why I've asked, if by some chance you don't know the soluti= on for this :)
=A0
Anot= her commonly used trick is to use the CC variable.
configure --host=3Dm68k-atari-mint CC=3D"m68k-atari-mint-gcc -mcpu=3D5= 475"

I don't know if this could work when building GCC. Probably yes.
True but it will have the same effect -- mcpu=3D5475 will cl= ash with any other -m option in later stages..


--
MiKRO / Mystic Bytes
http:= //mikro.atari.org
--0015174795729f674f047c4760ad--