removed -mcpu=pentium

This commit is contained in:
dborca
2005-11-29 22:05:55 +00:00
parent c67e1e2526
commit d2e6e8062f
12 changed files with 20 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
# default = no
# OPTFLAGS pass given optimization flags to compiler
# target = sst1, sst96, cvg, h3, h5
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# target = sst1, sst96, cvg, h3, h5
# default = no

View File

@@ -20,7 +20,7 @@
# default = no
# OPTFLAGS pass given optimization flags to compiler
# target = sst1, sst96, cvg, h3, h5
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -ox -5s (Pentium, stack)
# DEBUG=1 enable debugging checks and messages
# target = sst1, sst96, cvg, h3, h5
# default = no

View File

@@ -20,7 +20,7 @@
# default = no
# OPTFLAGS pass given optimization flags to compiler
# target = sst1, sst96, cvg, h3, h5
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -G6 -O2 (or -Od if DEBUG=1)
# DEBUG=1 enable debugging checks and messages
# target = sst1, sst96, cvg, h3, h5
# default = no

View File

@@ -15,7 +15,7 @@
# FX_GLIDE_HW build for the given ASIC (cvg).
# default = cvg
# OPTFLAGS pass given optimization flags to compiler
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations; req by CVG
@@ -130,7 +130,7 @@ endif
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math

View File

@@ -15,7 +15,7 @@
# FX_GLIDE_HW build for the given ASIC (cvg).
# default = cvg
# OPTFLAGS pass given optimization flags to compiler
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations; req by CVG
@@ -126,7 +126,7 @@ endif
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math

View File

@@ -17,7 +17,7 @@
# H4=1 High speed Avenger.
# default = no
# OPTFLAGS pass given optimization flags to compiler
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations!
@@ -125,7 +125,7 @@ endif
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math

View File

@@ -23,7 +23,7 @@
# H4=1 High speed Avenger.
# default = no
# OPTFLAGS pass given optimization flags to compiler
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations!
@@ -138,7 +138,7 @@ endif
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math

View File

@@ -17,7 +17,7 @@
# H4=1 High speed Avenger/Napalm.
# default = no
# OPTFLAGS pass given optimization flags to compiler
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations!
@@ -144,7 +144,7 @@ endif
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math

View File

@@ -23,7 +23,7 @@
# H4=1 High speed Avenger/Napalm.
# default = no
# OPTFLAGS pass given optimization flags to compiler
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations!
@@ -157,7 +157,7 @@ endif
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math

View File

@@ -28,7 +28,7 @@
# default = no
# OPTFLAGS pass given optimization flags to compiler
# target = sst1, sst96, cvg, h3, h5
# default = -O2 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O2 -ffast-math
# DEBUG=1 enable debugging checks and messages
# target = sst1, sst96, cvg, h3, h5
# default = no

View File

@@ -15,7 +15,7 @@
# FX_GLIDE_HW build for the given ASIC (sst1, sst96).
# default = sst1
# OPTFLAGS pass given optimization flags to compiler
# default = -O1 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O1 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations!
@@ -120,7 +120,7 @@ CFLAGS += $(CDEFS)
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O1 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O1 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O1 -ffast-math

View File

@@ -17,7 +17,7 @@
# XPATH specify X libraries path; needed for sst96.
# default = /usr/X11R6/lib (sst96 only)
# OPTFLAGS pass given optimization flags to compiler
# default = -O1 -ffastmath (+ -mcpu=pentium if USE_X86=1)
# default = -O1 -ffast-math
# DEBUG=1 enable debugging checks and messages
# default = no
# USE_X86=1 use assembler triangle specializations!
@@ -122,7 +122,7 @@ CFLAGS += $(CDEFS)
ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O1 -ffast-math -mcpu=pentium
OPTFLAGS ?= -O1 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O1 -ffast-math