delorie.com/archives/browse.cgi | search |
From: | T DOT Harte AT bigfoot DOT com (Thomas Harte) |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: DJGPP for pentium |
Date: | Sat, 03 Jan 1998 17:47:21 GMT |
Organization: | BT Internet |
Lines: | 19 |
Message-ID: | <34ae794f.3641988@news.btinternet.com> |
References: | <34ADA90F DOT 77405C72 AT teccart DOT qc DOT ca> |
NNTP-Posting-Host: | host5-99-62-118.btinternet.com |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
>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? > Try www.goof.com/pcg . . . and in the allegro makefile there is a single line near the top that needs un-commenting (it sets PGCC = 1, or something like that - it should be obvious when you see it) which sets the entire makefile to use the Pentium specific optimisations of PGCC (Pentium GCC). -Thomas
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |