summaryrefslogtreecommitdiff
path: root/Makefile.mgw
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-08-19 15:52:51 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-08-19 15:52:51 +0000
commit9ec58c2c5bbf90428a0e8e1c4f4af3805c602cd3 (patch)
tree0519440b1cfa2b839ee1995b3e09d62dc05dd9d1 /Makefile.mgw
parent3dc8cc4ebc63624dd521923271e63c2ac5a8aaae (diff)
DOS and glide driver updates from Daniel Borca
Diffstat (limited to 'Makefile.mgw')
-rw-r--r--Makefile.mgw4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mgw b/Makefile.mgw
index 8a95b2582f6..77d6c97f75b 100644
--- a/Makefile.mgw
+++ b/Makefile.mgw
@@ -32,7 +32,7 @@
#
# Environment variables:
# CPU optimize for the given processor.
-# default = k6
+# default = pentium
# GLIDE path to Glide3 SDK; used with FX.
# default = $(TOP)/glide3
# FX=1 build for 3dfx Glide3. Note that this disables
@@ -62,7 +62,7 @@
.PHONY : all libgl clean realclean
-CPU ?= k6
+CPU ?= pentium
CFLAGS = -Wall -W -pedantic
CFLAGS += -O2 -ffast-math -mcpu=$(CPU)