X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Makefile.mgw;h=70c264a8d86dcad549a4e258d37e6b2d83006913;hb=79fb4527cad556792f514d9e94e8f623837752ad;hp=d544b09398cee7d7fed8e15bf91804ea5f94aedf;hpb=3f1205819abc893151c8572b72be51ae5f5bc150;p=mesa.git diff --git a/Makefile.mgw b/Makefile.mgw index d544b09398c..70c264a8d86 100644 --- a/Makefile.mgw +++ b/Makefile.mgw @@ -31,8 +31,6 @@ # Available options: # # Environment variables: -# CPU optimize for the given processor. -# default = pentium # GLIDE path to Glide3 SDK; used with FX. # default = $(TOP)/glide3 # FX=1 build for 3dfx Glide3. Note that this disables @@ -57,8 +55,6 @@ .PHONY : all libgl clean realclean -CPU ?= pentium - ifeq ($(ICD),1) # when -std=c99 mingw will not define WIN32 CFLAGS = -Wall -W -Werror @@ -66,7 +62,7 @@ else # I love c89 CFLAGS = -Wall -W -pedantic endif -CFLAGS += -O2 -ffast-math -mtune=$(CPU) +CFLAGS += -O2 -ffast-math export CFLAGS