Subject: Re: gcc options
To: emanuel stiebler <emu@ecubics.com>
From: Oleg Polyanski <Oleg.Polianski@clear.co.nz>
List: port-i386
Date: 10/23/2001 13:27:25
emanuel stiebler <emu@ecubics.com> writes:

> Hi,
> How to tell the gcc, that he should generate code for a pentium 3,
> instead of the default 386 ?
> 
> cheers & thanks

 -mcpu=i686 -march=i686

 Other optimisation (like -O2/-O3, -fomit-frame-pointer etc) options are
 optional.

Take care,
O