SetBuffer, renderbuffer changes
[mesa.git] / Makefile.DJ
index d269fcdbb0e266ca2bb5bb02e55c14e3c7ceb7b3..78ebf43efb9c6fb62e9afa5151e827b425e976f6 100644 (file)
@@ -31,8 +31,6 @@
 #  Available options:
 #
 #    Environment variables:
-#      CPU             optimize for the given processor.
-#                      default = pentium
 #      GLU=[mesa|sgi]  specify GLU directory; can be `sgi' (requires GNU/C++)
 #                      or `mesa'.
 #                      default = mesa
 
 .PHONY : all libgl libglu libglut clean realclean
 
-CPU ?= pentium
-
 GLU ?= mesa
 
 CFLAGS = -Wall -W -pedantic
-CFLAGS += -O2 -ffast-math -mtune=$(CPU)
+CFLAGS += -O2 -ffast-math
 
 export CFLAGS