Changeset c4b2788 in mainline for arch/mips32/Makefile.inc


Ignore:
Timestamp:
2006-06-18T21:37:32Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e5027df7
Parents:
e3ae246
Message:

prepare GXEmul kernel to use the boot loader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    re3ae246 rc4b2788  
    7979endif
    8080ifeq ($(MIPS_MACHINE),lgxemul)
    81         BFD_NAME=elf32-tradlittlemips
    82         BFD = ecoff-littlemips
     81        BFD_NAME = elf32-tradlittlemips
     82        BFD = binary
    8383        CFLAGS += -DFB_BIG_ENDIAN -DARCH_HAS_FPU -mips3
    84         INIT_ADDRESS = 0x81800000
    8584endif
    8685ifeq ($(MIPS_MACHINE),bgxemul)
    87         BFD_NAME=elf32-bigmips
     86        BFD_NAME = elf32-bigmips
    8887        BFD = ecoff-bigmips
    8988        TARGET = mips-sgi-irix5
Note: See TracChangeset for help on using the changeset viewer.