mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2025-02-18 10:56:20 +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.")
|
$(error "Set WIIDEV in your environment.")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PREFIX = $(WIIDEV)/bin/armeb-eabi-
|
PREFIX = $(WIIDEV)/bin/armeb-none-eabi-
|
||||||
|
|
||||||
CFLAGS = -mbig-endian -mcpu=arm926ej-s
|
CFLAGS = -mbig-endian -mcpu=arm926ej-s
|
||||||
CFLAGS += -fomit-frame-pointer -ffunction-sections
|
CFLAGS += -fomit-frame-pointer -ffunction-sections
|
||||||
|
Loading…
x
Reference in New Issue
Block a user