Rev 2696 | Rev 3369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2696 | Rev 3228 | ||
|---|---|---|---|
| Line 54... | Line 54... | ||
| 54 | CONFIG_ASID_FIFO = y |
54 | CONFIG_ASID_FIFO = y |
| 55 | 55 | ||
| 56 | ## Accepted MACHINEs |
56 | ## Accepted MACHINEs |
| 57 | # |
57 | # |
| 58 | 58 | ||
| 59 | ifeq ($(MACHINE),indy) |
- | |
| 60 | # GCC 4.0.1 compiled for mipsEL has problems compiling in |
- | |
| 61 | # BigEndian mode with the swl/swr/lwl/lwr instructions. |
- | |
| 62 | # We have to compile it with mips-sgi-irix5 to get it right. |
- | |
| 63 | - | ||
| 64 | BFD_NAME = elf32-bigmips |
- | |
| 65 | BFD = ecoff-bigmips --impure |
- | |
| 66 | TARGET = mips-sgi-irix5 |
- | |
| 67 | TOOLCHAIN_DIR = /usr/local/mips/bin |
- | |
| 68 | KERNEL_LOAD_ADDRESS = 0x88002000 |
- | |
| 69 | GCC_CFLAGS += -EB -DBIG_ENDIAN -DARCH_HAS_FPU -march=r4600 |
- | |
| 70 | INIT_ADDRESS = 0 |
- | |
| 71 | INIT_SIZE = 0 |
- | |
| 72 | endif |
- | |
| 73 | ifeq ($(MACHINE),lgxemul) |
59 | ifeq ($(MACHINE),lgxemul) |
| 74 | BFD_NAME = elf32-tradlittlemips |
60 | BFD_NAME = elf32-tradlittlemips |
| 75 | BFD = binary |
61 | BFD = binary |
| 76 | GCC_CFLAGS += -DFB_INVERT_ENDIAN -DARCH_HAS_FPU -mips3 |
62 | GCC_CFLAGS += -DFB_INVERT_ENDIAN -DARCH_HAS_FPU -mips3 |
| 77 | endif |
63 | endif |
| Line 121... | Line 107... | ||
| 121 | arch/$(ARCH)/src/mm/page.c \ |
107 | arch/$(ARCH)/src/mm/page.c \ |
| 122 | arch/$(ARCH)/src/mm/tlb.c \ |
108 | arch/$(ARCH)/src/mm/tlb.c \ |
| 123 | arch/$(ARCH)/src/mm/as.c \ |
109 | arch/$(ARCH)/src/mm/as.c \ |
| 124 | arch/$(ARCH)/src/fpu_context.c \ |
110 | arch/$(ARCH)/src/fpu_context.c \ |
| 125 | arch/$(ARCH)/src/ddi/ddi.c \ |
111 | arch/$(ARCH)/src/ddi/ddi.c \ |
| 126 | arch/$(ARCH)/src/drivers/arc.c \ |
- | |
| 127 | arch/$(ARCH)/src/drivers/msim.c \ |
112 | arch/$(ARCH)/src/drivers/msim.c \ |
| 128 | arch/$(ARCH)/src/drivers/serial.c \ |
113 | arch/$(ARCH)/src/drivers/serial.c \ |
| 129 | arch/$(ARCH)/src/smp/order.c |
114 | arch/$(ARCH)/src/smp/order.c |