more glide2x / makefile.linux updates:

remove duplicated -DGLIDE_USE_C_TRISETUP flags.
This commit is contained in:
sezero
2018-08-18 10:03:50 +03:00
parent e9384d45a3
commit a23359fc29
3 changed files with 4 additions and 3 deletions

View File

@@ -152,7 +152,6 @@ ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math
endif

View File

@@ -143,7 +143,6 @@ ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O2 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
OPTFLAGS ?= -O2 -ffast-math
endif

View File

@@ -89,6 +89,8 @@ CDEFS += -DSST96_FIFO
#CDEFS += -DINIT96VGASWAP
#CDEFS += -DINIT_ACCESS_DIRECT
CDEFS += -DGLIDE_USE_ALT_REGMAP
else
$(error Invalid FX_GLIDE_HW setting)
endif
endif
@@ -121,7 +123,7 @@ ifeq ($(USE_X86),1)
CFLAGS += -DGL_X86
OPTFLAGS ?= -O1 -ffast-math
else
CFLAGS += -DGLIDE_USE_C_TRISETUP
CFLAGS += -DGLIDE_USE_C_TRISETUP=1
OPTFLAGS ?= -O1 -ffast-math
endif
@@ -322,6 +324,7 @@ clean:
-$(RM) ../../init/initvg/*.o ../../init/initvg/*.lo
-$(RM) ../../init/init96/*.o ../../init/init96/*.lo
-$(RM) $(FX_GLIDE_SW)/newpci/pcilib/*.o $(FX_GLIDE_SW)/newpci/pcilib/*.lo
-$(RM) $(FX_GLIDE_SW)/fxmisc/*.o $(FX_GLIDE_SW)/fxmisc/*.lo
-$(RM) fxinline.h
-$(RM) fxgasm.h