File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ INCLUDES = include
44PREFIX = arm-vita-eabi
55CC = $(PREFIX ) -gcc
66AR = $(PREFIX ) -ar
7- CFLAGS = -O2 -Wall -specs=psp2.specs - I$(INCLUDES )
7+ CFLAGS = -O2 -Wall -I$(INCLUDES )
88ASFLAGS = $(CFLAGS )
99
1010all : $(TARGET_LIB )
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ TARGET := debugnetsample
1010
1111OBJS = main.o
1212
13- LIBS =-lSceNet_stub -lSceNetCtl_stub -ldebugnet
13+ LIBS =-ldebugnet - lSceNet_stub -lSceNetCtl_stub
1414
1515PREFIX = arm-vita-eabi
1616AS = $(PREFIX ) -as
1717CC = $(PREFIX ) -gcc
1818CXX = $(PREFIX ) -g++
1919READELF = $(PREFIX ) -readelf
2020OBJDUMP = $(PREFIX ) -objdump
21- CFLAGS = -O2 -Wall -specs=psp2.specs $(DEFINES ) $(INCDIR ) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections
21+ CFLAGS = -O2 -Wall $(DEFINES ) $(INCDIR ) -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -ffunction-sections
2222CXXFLAGS = $(CFLAGS ) -fno-unwind-tables -fno-rtti -fno-exceptions -Wno-deprecated -Wno-comment -Wno-sequence-point
2323ASFLAGS = $(CFLAGS ) --gc-sections
2424
You can’t perform that action at this time.
0 commit comments