port-work; won't compile or even work
[ppcskel.git] / broadway.mk
1 ifeq ($(strip $(WIIDEV)),)
2 $(error "Set WIIDEV in your environment.")
3 endif
4
5 PREFIX = $(WIIDEV)/bin/powerpc-elf-
6
7 CFLAGS = -mcpu=750 -mpaired -m32 -mhard-float -mno-eabi -mno-sdata
8 CFLAGS += -ffreestanding -ffunction-sections
9 CFLAGS += -Wall -Wextra -Os -pipe
10 ASFLAGS =
11 LDFLAGS = -mcpu=750 -m32 -n -nostartfiles -nodefaultlibs -Wl,-gc-sections
12