Skip to content

Commit b479dc2

Browse files
committed
fix prefix vita instead of none
1 parent 51398b3 commit b479dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libdebugnet/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TARGET_LIB = libdebugnet.a
22
OBJS = source/debugnet.o
33
INCLUDES = include
4-
PREFIX = arm-none-eabi
4+
PREFIX = arm-vita-eabi
55
CC = $(PREFIX)-gcc
66
AR = $(PREFIX)-ar
77
CFLAGS = -O2 -Wall -specs=psp2.specs -I$(INCLUDES)

sample/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OBJS= main.o
1212

1313
LIBS=-lSceNet_stub -lSceNetCtl_stub -ldebugnet
1414

15-
PREFIX = arm-none-eabi
15+
PREFIX = arm-vita-eabi
1616
AS = $(PREFIX)-as
1717
CC = $(PREFIX)-gcc
1818
CXX = $(PREFIX)-g++

0 commit comments

Comments
 (0)