Skip to content

Commit 2421b08

Browse files
committed
starlet: fix target tuple for toolchain update
1 parent 62806ce commit 2421b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starlet.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ifeq ($(strip $(WIIDEV)),)
22
$(error "Set WIIDEV in your environment.")
33
endif
44

5-
PREFIX = $(WIIDEV)/bin/armeb-eabi-
5+
PREFIX = $(WIIDEV)/bin/armeb-none-eabi-
66

77
CFLAGS = -mbig-endian -mcpu=arm926ej-s
88
CFLAGS += -fomit-frame-pointer -ffunction-sections

0 commit comments

Comments
 (0)