We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51398b3 commit b479dc2Copy full SHA for b479dc2
libdebugnet/Makefile
@@ -1,7 +1,7 @@
1
TARGET_LIB = libdebugnet.a
2
OBJS = source/debugnet.o
3
INCLUDES = include
4
-PREFIX = arm-none-eabi
+PREFIX = arm-vita-eabi
5
CC = $(PREFIX)-gcc
6
AR = $(PREFIX)-ar
7
CFLAGS = -O2 -Wall -specs=psp2.specs -I$(INCLUDES)
sample/Makefile
@@ -12,7 +12,7 @@ OBJS= main.o
12
13
LIBS=-lSceNet_stub -lSceNetCtl_stub -ldebugnet
14
15
16
AS = $(PREFIX)-as
17
18
CXX = $(PREFIX)-g++
0 commit comments