From: "Jean-Réginald Louis" Newsgroups: comp.os.msdos.djgpp Subject: DJGPP for pentium Date: Fri, 02 Jan 1998 21:57:21 -0500 Organization: VTL Lines: 10 Message-ID: <34ADA90F.77405C72@teccart.qc.ca> NNTP-Posting-Host: 207.253.121.129 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Just for fun, I edit Allegro's makefile and see this: ifdef PGCC OFLAGS = -pg -mpentium -O6 -ffast-math else OFLAGS = -pg -m486 -O3 -ffast-math endif Where can we get DJGPP with pentium optimization?