File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,8 @@ INCLUDES := $(DEFINCS) -I$(BASEDIR)/gc/netif -I$(BASEDIR)/gc/ipv4 \
8484 -I$(BASEDIR ) /gc/sdcard -I$(BASEDIR ) /gc/wiiuse \
8585 -I$(BASEDIR ) /gc/di
8686
87+ FALSE_POSITIVES := -Wno-array-bounds -Wno-stringop-overflow -Wno-stringop-overread
88+
8789MACHDEP := -DBIGENDIAN -DGEKKO -mcpu=750 -meabi -msdata=eabi -mhard-float -ffunction-sections -fdata-sections
8890
8991
@@ -97,8 +99,8 @@ MACHDEP += -DHW_DOL
9799INCLUDES += -I$(BASEDIR ) /cube
98100endif
99101
100- CFLAGS := -DLIBOGC_INTERNAL -g -O2 -fno-strict-aliasing -Wall $(MACHDEP ) $(INCLUDES )
101- ASFLAGS := $(MACHDEP ) -mregnames -D_LANGUAGE_ASSEMBLY $(INCLUDES )
102+ CFLAGS := $( FALSE_POSITIVES ) -DLIBOGC_INTERNAL -g -O2 -fno-strict-aliasing -Wall $(MACHDEP ) $(INCLUDES )
103+ ASFLAGS := $(MACHDEP ) -mregnames -D_LANGUAGE_ASSEMBLY $(INCLUDES )
102104
103105# ---------------------------------------------------------------------------------
104106VPATH := $(LWIPDIR ) \
You can’t perform that action at this time.
0 commit comments