Rev 600 | Rev 674 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 600 | Rev 604 | ||
---|---|---|---|
Line 53... | Line 53... | ||
53 | # GCC 4.0.1 compiled for mipsEL has problems compiling in |
53 | # GCC 4.0.1 compiled for mipsEL has problems compiling in |
54 | # BigEndian mode with the swl/swr/lwl/lwr instructions. |
54 | # BigEndian mode with the swl/swr/lwl/lwr instructions. |
55 | # We have to compile it with mips-sgi-irix5 to get it right. |
55 | # We have to compile it with mips-sgi-irix5 to get it right. |
56 | 56 | ||
57 | BFD_NAME = elf32-bigmips |
57 | BFD_NAME = elf32-bigmips |
58 | BFD = ecoff-bigmips |
58 | BFD = ecoff-bigmips --impure |
59 | TARGET = mips-sgi-irix5 |
59 | TARGET = mips-sgi-irix5 |
60 | TOOLCHAIN_DIR = /usr/local/mips/bin |
60 | TOOLCHAIN_DIR = /usr/local/mips/bin |
61 | KERNEL_LOAD_ADDRESS = 0x88002000 |
61 | KERNEL_LOAD_ADDRESS = 0x88002000 |
62 | CFLAGS += -EB -DBIG_ENDIAN -DHAVE_FPU -march=r4600 |
62 | CFLAGS += -EB -DBIG_ENDIAN -DHAVE_FPU -march=r4600 |
63 | endif |
63 | endif |