From 731f1b12a0db69875e2f66cf1bc30b39dedb395e Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Mon, 23 May 2005 22:02:53 +0000 Subject: remove stupid flags --- progs/samples/Makefile.DJ | 5 +---- progs/samples/Makefile.mgw | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'progs/samples') diff --git a/progs/samples/Makefile.DJ b/progs/samples/Makefile.DJ index 557695a66c..cda4e05941 100644 --- a/progs/samples/Makefile.DJ +++ b/progs/samples/Makefile.DJ @@ -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 @@ -54,12 +52,11 @@ .SECONDARY: ../util/readtex.o ../util/showbuffer.o TOP = ../.. -CPU ?= pentium GLIDE ?= $(TOP)/glide3 CC = gcc CFLAGS = -Wall -W -pedantic -CFLAGS += -O2 -ffast-math -mtune=$(CPU) +CFLAGS += -O2 -ffast-math CFLAGS += -I$(TOP)/include -I../util CFLAGS += -DGLUT_IMPORT_LIB ifeq ($(FX),1) diff --git a/progs/samples/Makefile.mgw b/progs/samples/Makefile.mgw index 54dbfb706a..1193540578 100644 --- a/progs/samples/Makefile.mgw +++ b/progs/samples/Makefile.mgw @@ -31,8 +31,6 @@ # Available options: # # Environment variables: -# CPU optimize for the given processor. -# default = pentium # # Targets: # build a specific file @@ -45,11 +43,10 @@ .SECONDARY: ../util/readtex.o ../util/showbuffer.o TOP = ../.. -CPU ?= pentium CC = mingw32-gcc CFLAGS = -Wall -W -pedantic -CFLAGS += -O2 -ffast-math -mtune=$(CPU) +CFLAGS += -O2 -ffast-math CFLAGS += -I$(TOP)/include -I../util ifeq ($(FX),1) CFLAGS += -DFX -- cgit v1.2.3