mirror of
https://github.com/fail0verflow/bootmii-utils.git
synced 2024-11-21 18:09:15 +01:00
add broadway.mk
This commit is contained in:
parent
e5fc351dd7
commit
706560a68c
12
broadway.mk
Normal file
12
broadway.mk
Normal file
@ -0,0 +1,12 @@
|
||||
ifeq ($(strip $(WIIDEV)),)
|
||||
$(error "Set WIIDEV in your environment.")
|
||||
endif
|
||||
|
||||
PREFIX = $(WIIDEV)/bin/powerpc-elf-
|
||||
|
||||
CFLAGS = -mcpu=750 -mpaired -m32 -mhard-float -mno-eabi -mno-sdata
|
||||
CFLAGS += -ffreestanding -ffunction-sections
|
||||
CFLAGS += -Wall -Wextra -Os -pipe
|
||||
ASFLAGS =
|
||||
LDFLAGS = -mcpu=750 -m32 -n -nostartfiles -nodefaultlibs -Wl,-gc-sections
|
||||
|
Loading…
Reference in New Issue
Block a user