From mint-bounce@lists.fishpool.fi Fri Oct 10 17:10:34 2008 Message-ID: <48EFC336.8050708@freesbee.fr> Date: Fri, 10 Oct 2008 23:03:50 +0200 From: =?ISO-8859-1?Q?Vincent_Rivi=E8re?= User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: mint Subject: Re: [MiNT] Some comments on gcc 4.3.2 References: <20081010123824.03e0a925.mandin.patrice@orange.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: vincent.riviere@freesbee.fr Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id m9ALAXKE026275 Miro Kropacek wrote: > Btw, this gnu stuff really rules. I spent a afternoon with compilation > of various linux packages (I took Linux From Scratch as the base). In > 80% of cases my work to get the newest stuff working was to set > --target=m68k-atari-mint or more directly, CC=m68k-atari-mint-gcc, > CFLAGS=-m68020-60 and here we go. Quite cool. Wow, that's good news ! Sure, using the same compiler as Linux people helps ;-) Anyway, most of the trick is done by the MiNTLib itself and its UN*X emulation layer... That means the MiNTLib is very good ! By the way: is CC=m68k-atari-mint-gcc really useful ? Usually, it is not mandatory... except sometimes when the configure scripts or Makefiles are poorly written. Cross-compilation rulez ! -- Vincent Rivière