Mail Archives: djgpp/1997/05/25/16:35:39
> i was
> wondering if there's any -?586 options ..i notices that gcc takes the
> -m586 without any errors but, cc1.exe complains about the option...will
> there be anything like that in the future?...
Please note that no 586 cpu exists...
we have options named
-m386
-m486
-mpentium
-mpentiumpro
-mamdk5
-mamdk6
-mcyrix
most of these options just get renamed to
-mcpu=pentium/i386 etc..
which means: optimize for the xxx cpu
there are additional options
-march=i486, -march=pentiumpro etc..
which says: use the instructions set of that cpu.
There is no difference between the i386 and pentium intructions,
but the ppro has new instructions.
-----==-
----==-- _
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / mlehmann AT hildesheim DOT sgh-net DOT de
-=====/_/_//_/\_,_/ /_/\_\ pcg AT goof DOT com
The choice of a GNU generation
- Raw text -