mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2024-12-01 22:44:18 +01:00
broadway: fix target tuple for toolchain update, omit removed -mpaired flag
This commit is contained in:
parent
a46d26664c
commit
e2623d7845
@ -2,9 +2,9 @@ ifeq ($(strip $(WIIDEV)),)
|
|||||||
$(error "Set WIIDEV in your environment.")
|
$(error "Set WIIDEV in your environment.")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PREFIX = $(WIIDEV)/bin/powerpc-elf-
|
PREFIX = $(WIIDEV)/bin/powerpc-none-elf-
|
||||||
|
|
||||||
CFLAGS = -mcpu=750 -mpaired -m32 -mhard-float -mno-eabi -mno-sdata
|
CFLAGS = -mcpu=750 -m32 -mhard-float -mno-eabi -mno-sdata
|
||||||
CFLAGS += -ffreestanding -ffunction-sections
|
CFLAGS += -ffreestanding -ffunction-sections
|
||||||
CFLAGS += -Wall -Wextra -Os -pipe
|
CFLAGS += -Wall -Wextra -Os -pipe
|
||||||
ASFLAGS =
|
ASFLAGS =
|
||||||
|
Loading…
Reference in New Issue
Block a user