Changeset edebc15c in mainline for kernel/arch/mips32/Makefile.inc
- Timestamp:
- 2008-07-27T03:50:53Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4541ae4
- Parents:
- 5e8ddf5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/Makefile.inc
r5e8ddf5 redebc15c 57 57 # 58 58 59 ifeq ($(MACHINE),indy)60 # GCC 4.0.1 compiled for mipsEL has problems compiling in61 # 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-bigmips65 BFD = ecoff-bigmips --impure66 TARGET = mips-sgi-irix567 TOOLCHAIN_DIR = /usr/local/mips/bin68 KERNEL_LOAD_ADDRESS = 0x8800200069 GCC_CFLAGS += -EB -DBIG_ENDIAN -DARCH_HAS_FPU -march=r460070 INIT_ADDRESS = 071 INIT_SIZE = 072 endif73 59 ifeq ($(MACHINE),lgxemul) 74 60 BFD_NAME = elf32-tradlittlemips … … 124 110 arch/$(ARCH)/src/fpu_context.c \ 125 111 arch/$(ARCH)/src/ddi/ddi.c \ 126 arch/$(ARCH)/src/drivers/arc.c \127 112 arch/$(ARCH)/src/drivers/msim.c \ 128 113 arch/$(ARCH)/src/drivers/serial.c \
Note:
See TracChangeset
for help on using the changeset viewer.