Rev 1157 | Rev 1214 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1157 | Rev 1166 | ||
---|---|---|---|
Line 44... | Line 44... | ||
44 | LD = $(TOOLCHAIN_DIR)/$(TARGET)-ld |
44 | LD = $(TOOLCHAIN_DIR)/$(TARGET)-ld |
45 | OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy |
45 | OBJCOPY = $(TOOLCHAIN_DIR)/$(TARGET)-objcopy |
46 | OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump |
46 | OBJDUMP = $(TOOLCHAIN_DIR)/$(TARGET)-objdump |
47 | endif |
47 | endif |
48 | 48 | ||
49 | CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc |
49 | CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc -m32 |
50 | DEFS = |
50 | DEFS = |
51 | 51 | ||
52 | SOURCES = \ |
52 | SOURCES = \ |
53 | main.c \ |
53 | main.c \ |
54 | ofw.c \ |
54 | ofw.c \ |