Rev 1157 | Rev 1395 | Go to most recent revision | Show entire file | Ignore 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=powerpc64 |
49 | CFLAGS = -nostdinc -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3 -mcpu=powerpc64 -m64 |
| 50 | DEFS = |
50 | DEFS = |
| 51 | 51 | ||
| 52 | SOURCES = \ |
52 | SOURCES = \ |
| 53 | main.c \ |
53 | main.c \ |
| 54 | ofw.c \ |
54 | ofw.c \ |