Rev 738 | Rev 937 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 738 | Rev 848 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | ## Toolchain configuration |
29 | ## Toolchain configuration |
30 | # |
30 | # |
31 | 31 | ||
32 | TARGET = mips-sgi-irix5 |
32 | TARGET = mips-sgi-irix5 |
33 | TOOLCHAIN_DIR = /usr/local/mips/bin |
33 | TOOLCHAIN_DIR = /usr/local/mips/bin |
- | 34 | CFLAGS += -mno-abicalls -mips3 |
|
- | 35 | ||
- | 36 | ARCH_SOURCES += arch/$(ARCH)/src/syscall.c |