[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: About processor optimisation with gcc



On Tue, Nov 14, 2000 at 01:31:42PM +0000, Shridhar Daithankar wrote:
> Hi all
> 
> I am just compiling a math library, ccmath. I would like to know how can
> 
> I compile for a specific processor. cc/gcc does not recognise anything
> beyond 486 and I am running a PIII(just confirmed...)
> 
> I wonder how kernel gets compiled for specific processor though. I lists
> 
> PII/PII/AMD/586/686 etc....
> 

http://gcc.gnu.org/onlinedocs/gcc_2.html#SEC34

	-Arun