diff options
author | Daniel Borca <[email protected]> | 2004-12-15 08:00:43 +0000 |
---|---|---|
committer | Daniel Borca <[email protected]> | 2004-12-15 08:00:43 +0000 |
commit | 3f1205819abc893151c8572b72be51ae5f5bc150 (patch) | |
tree | 8176b90654c929a64748bdffe47287c55a7e7f0c /progs/samples | |
parent | 65dfab66e5b1a8e6d78134d327f9030cf62f478c (diff) |
updated makefiles for gcc 3.4.3 and bnu 2.15
Diffstat (limited to 'progs/samples')
-rw-r--r-- | progs/samples/Makefile.DJ | 6 | ||||
-rw-r--r-- | progs/samples/Makefile.mgw | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/progs/samples/Makefile.DJ b/progs/samples/Makefile.DJ index 9b1055ce733..3d589ed73f3 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 : [email protected] # 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 94ffbe639ad..40d4aaf58d3 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 : [email protected] # 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 |