Date: Sun, 2 Nov 1997 20:32:18 -0800 (PST) Message-Id: <199711030432.UAA13698@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Genady Beryozkin , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Pentium optimizations Precedence: bulk At 05:25 10/31/1997 +0200, Genady Beryozkin wrote: >Hello ! > >Is there an option to optimize the program for a Pentium processor ? >I've tried -O6, but it produced a lot of errors during linking. The stock GCC for DJGPP does not do Pentium optimizations, and for it `-O6' is the same as `-O3'. There is a `pgcc', which is GCC with Pentium optimizations added. I think you get it from www.goof.com. And for it `-O6' adds Pentium optimizations. Are you sure your link errors are due to your optimization options? Nate Eldredge eldredge AT ap DOT net