File tree 2 files changed +12
-11
lines changed
2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,6 @@ IOP_LIBS =
15
15
16
16
IOP_INCS += -Iinclude -I../../iopcore/common
17
17
IOP_CFLAGS += -DLWIP_NOASSERT
18
- ifneq ($(IOP_CC_VERSION ) ,3.2.2)
19
- ifneq ($(IOP_CC_VERSION ) ,3.2.3)
20
- IOP_CFLAGS += -mno-memcpy
21
- # Ignore warnings due to the old version of lwIP being used.
22
- IOP_CFLAGS += -Wno-attributes -Wno-array-bounds -Wno-unused-but-set-variable
23
- endif
24
- endif
25
18
26
19
ifeq ($(INGAME_DRIVER ) ,1)
27
20
IOP_CFLAGS += -DINGAME_DRIVER
38
31
include $(PS2SDK ) /Defs.make
39
32
include ../../Rules.bin.make
40
33
include ../../Rules.make
34
+
35
+ ifneq ($(IOP_CC_VERSION ) ,3.2.2)
36
+ ifneq ($(IOP_CC_VERSION ) ,3.2.3)
37
+ IOP_CFLAGS += -mno-memcpy
38
+ # Ignore warnings due to the old version of lwIP being used.
39
+ IOP_CFLAGS += -Wno-attributes -Wno-array-bounds -Wno-unused-but-set-variable
40
+ endif
41
+ endif
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ ifeq ($(DEBUG),1)
8
8
IOP_CFLAGS += -DDEBUG -DNBD_DEBUG
9
9
endif
10
10
11
+ include $(PS2SDK ) /Defs.make
12
+ include ../../Rules.bin.make
13
+ include ../../Rules.make
14
+
11
15
ifneq ($(IOP_CC_VERSION ) ,3.2.2)
12
16
ifneq ($(IOP_CC_VERSION ) ,3.2.3)
13
17
# Due to usage of 64 bit integers, support code for __ashldi3 and __lshrdi3 is needed
14
18
IOP_LIBS += -lgcc
15
19
endif
16
20
endif
17
-
18
- include $(PS2SDK ) /Defs.make
19
- include ../../Rules.bin.make
20
- include ../../Rules.make
You can’t perform that action at this time.
0 commit comments