Rev 1191 | Rev 1334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1191 | Rev 1196 | ||
---|---|---|---|
Line 104... | Line 104... | ||
104 | BFD_NAME = elf32-tradlittlemips |
104 | BFD_NAME = elf32-tradlittlemips |
105 | BFD = binary |
105 | BFD = binary |
106 | CFLAGS += -mhard-float -mips3 |
106 | CFLAGS += -mhard-float -mips3 |
107 | endif |
107 | endif |
108 | 108 | ||
- | 109 | ## Compile with support for software integer division. |
|
- | 110 | # |
|
- | 111 | ||
- | 112 | CONFIG_SOFTINT = y |
|
- | 113 | ||
109 | 114 | ||
110 | ARCH_SOURCES = \ |
115 | ARCH_SOURCES = \ |
111 | arch/$(ARCH)/src/start.S \ |
116 | arch/$(ARCH)/src/start.S \ |
112 | arch/$(ARCH)/src/context.S \ |
117 | arch/$(ARCH)/src/context.S \ |
113 | arch/$(ARCH)/src/panic.S \ |
118 | arch/$(ARCH)/src/panic.S \ |