Changeset 4fade3e in mainline for arch/mips32/Makefile.inc


Ignore:
Timestamp:
2005-09-20T10:07:16Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c0a91d1
Parents:
7e9769f
Message:

Added support for msim with 4kc instructions.
Fixed support for upstream msim.

Small boot fix on Indy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips32/Makefile.inc

    r7e9769f r4fade3e  
    4949# MSIM needs lwl/swl patch & 4kc instruction patch to work
    5050# otherwise add -mmemcpy -mips3
     51ifeq (${MACHINE},msim4kc)
     52 BFD = binary
     53 CFLAGS += -msoft-float -march=4kc
     54 KERNEL_LOAD_ADDRESS = 0x80100000
     55 BFD_NAME=elf32-little
     56endif
     57
    5158ifeq (${MACHINE},msim)
    5259 BFD = binary
    53  CFLAGS += -msoft-float -march=4kc
     60 CFLAGS += -msoft-float -mips3
    5461 KERNEL_LOAD_ADDRESS = 0x80100000
    5562 BFD_NAME=elf32-little
Note: See TracChangeset for help on using the changeset viewer.