Changeset edebc15c in mainline for kernel/arch/mips32/Makefile.inc


Ignore:
Timestamp:
2008-07-27T03:50:53Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4541ae4
Parents:
5e8ddf5
Message:

physical memory detection in MSIM (discontinous regions supported)
remove Sgi Indy (ARC) support — it was unmaintaned, untested for years and without uspace support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/mips32/Makefile.inc

    r5e8ddf5 redebc15c  
    5757#
    5858
    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
    7359ifeq ($(MACHINE),lgxemul)
    7460        BFD_NAME = elf32-tradlittlemips
     
    124110        arch/$(ARCH)/src/fpu_context.c \
    125111        arch/$(ARCH)/src/ddi/ddi.c \
    126         arch/$(ARCH)/src/drivers/arc.c \
    127112        arch/$(ARCH)/src/drivers/msim.c \
    128113        arch/$(ARCH)/src/drivers/serial.c \
Note: See TracChangeset for help on using the changeset viewer.