mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2024-11-29 13:34:25 +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.")
|
||||
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 += -Wall -Wextra -Os -pipe
|
||||
ASFLAGS =
|
||||
|
Loading…
Reference in New Issue
Block a user