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