mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2024-11-26 04:04:15 +01:00
starlet: fix target tuple for toolchain update
This commit is contained in:
parent
e2623d7845
commit
d057a0ce5e
@ -2,7 +2,7 @@ ifeq ($(strip $(WIIDEV)),)
|
||||
$(error "Set WIIDEV in your environment.")
|
||||
endif
|
||||
|
||||
PREFIX = $(WIIDEV)/bin/armeb-eabi-
|
||||
PREFIX = $(WIIDEV)/bin/armeb-none-eabi-
|
||||
|
||||
CFLAGS = -mbig-endian -mcpu=arm926ej-s
|
||||
CFLAGS += -fomit-frame-pointer -ffunction-sections
|
||||
|
Loading…
Reference in New Issue
Block a user