From 3f1205819abc893151c8572b72be51ae5f5bc150 Mon Sep 17 00:00:00 2001 From: Daniel Borca Date: Wed, 15 Dec 2004 08:00:43 +0000 Subject: updated makefiles for gcc 3.4.3 and bnu 2.15 --- progs/samples/Makefile.DJ | 6 +++--- progs/samples/Makefile.mgw | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'progs') diff --git a/progs/samples/Makefile.DJ b/progs/samples/Makefile.DJ index 9b1055ce73..3d589ed73f 100644 --- a/progs/samples/Makefile.DJ +++ b/progs/samples/Makefile.DJ @@ -20,9 +20,9 @@ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# DOS/DJGPP samples makefile v1.5 for Mesa +# DOS/DJGPP samples makefile v1.6 for Mesa # -# Copyright (C) 2002 - Borca Daniel +# Copyright (C) 2002 - Daniel Borca # Email : dborca@users.sourceforge.net # Web : http://www.geocities.com/dborca @@ -58,7 +58,7 @@ GLIDE ?= $(TOP)/glide3 CC = gcc CFLAGS = -Wall -W -pedantic -CFLAGS += -O2 -ffast-math -mcpu=$(CPU) +CFLAGS += -O2 -ffast-math -mtune=$(CPU) 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 94ffbe639a..40d4aaf58d 100644 --- a/progs/samples/Makefile.mgw +++ b/progs/samples/Makefile.mgw @@ -20,9 +20,9 @@ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN # CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -# MinGW samples makefile v1.1 for Mesa +# MinGW samples makefile v1.2 for Mesa # -# Copyright (C) 2002 - Borca Daniel +# Copyright (C) 2002 - Daniel Borca # Email : dborca@users.sourceforge.net # Web : http://www.geocities.com/dborca @@ -48,7 +48,7 @@ CPU ?= pentium CC = mingw32-gcc CFLAGS = -Wall -W -pedantic -CFLAGS += -O2 -ffast-math -mcpu=$(CPU) +CFLAGS += -O2 -ffast-math -mtune=$(CPU) CFLAGS += -I$(TOP)/include -I../util ifeq ($(FX),1) CFLAGS += -DFX -- cgit v1.2.3