Removed some things from the makefile - should fix the Dev builds;
Removed some unused code from pic.c; Updated Jenkins' development environment, 86Box builds will now be compiled using GCC 9.2.0-2.
This commit is contained in:
@@ -71,9 +71,6 @@ ifeq ($(DEV_BUILD), y)
|
||||
ifndef PS2M70T4
|
||||
PS2M70T4 := y
|
||||
endif
|
||||
ifndef RIVA128
|
||||
RIVA128 := y
|
||||
endif
|
||||
ifndef TC430HX
|
||||
TC430HX := y
|
||||
endif
|
||||
@@ -129,9 +126,6 @@ else
|
||||
ifndef PS2M70T4
|
||||
PS2M70T4 := n
|
||||
endif
|
||||
ifndef RIVA128
|
||||
RIVA128 := n
|
||||
endif
|
||||
ifndef TC430HX
|
||||
TC430HX := n
|
||||
endif
|
||||
@@ -482,11 +476,6 @@ ifeq ($(PS2M70T4), y)
|
||||
OPTS += -DUSE_PS2M70T4
|
||||
endif
|
||||
|
||||
ifeq ($(RIVA128), y)
|
||||
OPTS += -DUSE_RIVA128
|
||||
DEVBROBJ += vid_riva128.o
|
||||
endif
|
||||
|
||||
ifeq ($(TC430HX), y)
|
||||
OPTS += -DUSE_TC430HX
|
||||
endif
|
||||
|
||||
@@ -71,9 +71,6 @@ ifeq ($(DEV_BUILD), y)
|
||||
ifndef PS2M70T4
|
||||
PS2M70T4 := y
|
||||
endif
|
||||
ifndef RIVA128
|
||||
RIVA128 := y
|
||||
endif
|
||||
ifndef TC430HX
|
||||
TC430HX := y
|
||||
endif
|
||||
@@ -129,9 +126,6 @@ else
|
||||
ifndef PS2M70T4
|
||||
PS2M70T4 := n
|
||||
endif
|
||||
ifndef RIVA128
|
||||
RIVA128 := n
|
||||
endif
|
||||
ifndef TC430HX
|
||||
TC430HX := n
|
||||
endif
|
||||
@@ -488,11 +482,6 @@ ifeq ($(PS2M70T4), y)
|
||||
OPTS += -DUSE_PS2M70T4
|
||||
endif
|
||||
|
||||
ifeq ($(RIVA128), y)
|
||||
OPTS += -DUSE_RIVA128
|
||||
DEVBROBJ += vid_riva128.o
|
||||
endif
|
||||
|
||||
ifeq ($(TC430HX), y)
|
||||
OPTS += -DUSE_TC430HX
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user