DOS and glide driver updates from Daniel Borca
[mesa.git] / Makefile.mgw
index 8a95b2582f64b50c5e6f9d966524117f1773d1ba..77d6c97f75b3990944ccc9c83bc79d8c74b5d21a 100644 (file)
@@ -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)