source: mainline/arch/mips/Makefile.inc@ ab08b42

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
RevLine 
[0970f43]1MIPS_TARGET=mipsel-linux-gnu
[f761f1eb]2
[0970f43]3MIPS_CC_DIR=/usr/local/mipsel/bin
4MIPS_BINUTILS_DIR=/usr/local/mipsel/bin
[f761f1eb]5
6CC=$(MIPS_CC_DIR)/$(MIPS_TARGET)-gcc
7AS=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-as
8LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
[ab08b42]9OBJCOPY=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-objcopy
10BFD_NAME=elf32-tradlittlemips
11BFD_ARCH=mips
[f761f1eb]12
[0970f43]13ASFLAGS=-mips3
[f761f1eb]14
15DEFS=-DARCH=$(ARCH)
[e2e56fa9]16CPPFLAGS=$(DEFS) -mno-abicalls -nostdinc -I../include
[437e35a0]17CFLAGS=$(CPPFLAGS) -mips2 -G 0 -nostdlib -fno-builtin -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O2 -msoft-float
[0970f43]18LFLAGS=-mips2 -M -no-check-sections -T ../arch/mips/_link.ld
[f761f1eb]19
20arch_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.