lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since ab08b42 was ab08b42, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago |
Added symbol table lookup in exceptions.
This breaks ia64 & ppc architecture compiles.
|
-
Property mode
set to
100644
|
File size:
906 bytes
|
Rev | Line | |
---|
[0970f43] | 1 | MIPS_TARGET=mipsel-linux-gnu
|
---|
[f761f1eb] | 2 |
|
---|
[0970f43] | 3 | MIPS_CC_DIR=/usr/local/mipsel/bin
|
---|
| 4 | MIPS_BINUTILS_DIR=/usr/local/mipsel/bin
|
---|
[f761f1eb] | 5 |
|
---|
| 6 | CC=$(MIPS_CC_DIR)/$(MIPS_TARGET)-gcc
|
---|
| 7 | AS=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-as
|
---|
| 8 | LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
|
---|
[ab08b42] | 9 | OBJCOPY=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-objcopy
|
---|
| 10 | BFD_NAME=elf32-tradlittlemips
|
---|
| 11 | BFD_ARCH=mips
|
---|
[f761f1eb] | 12 |
|
---|
[0970f43] | 13 | ASFLAGS=-mips3
|
---|
[f761f1eb] | 14 |
|
---|
| 15 | DEFS=-DARCH=$(ARCH)
|
---|
[e2e56fa9] | 16 | CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
|
---|
[437e35a0] | 17 | CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float
|
---|
[0970f43] | 18 | LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
|
---|
[f761f1eb] | 19 |
|
---|
| 20 | arch_sources= \
|
---|
| 21 | arch/start.S \
|
---|
| 22 | arch/context.S \
|
---|
| 23 | arch/panic.s \
|
---|
| 24 | arch/mips.c \
|
---|
[3902f8a4] | 25 | arch/dummy.s \
|
---|
[f761f1eb] | 26 | arch/putchar.c \
|
---|
| 27 | arch/asm.s \
|
---|
| 28 | arch/exception.c \
|
---|
| 29 | arch/interrupt.c \
|
---|
| 30 | arch/cache.c \
|
---|
| 31 | arch/cpu/cpu.c \
|
---|
| 32 | arch/mm/frame.c \
|
---|
| 33 | arch/mm/page.c \
|
---|
[0ca6faa] | 34 | arch/mm/tlb.c \
|
---|
[c7bb8b05] | 35 | arch/fpu_context.c \
|
---|
| 36 | arch/fmath.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.