Changeset 38de8a5 in mainline for arch/mips/Makefile.inc


Ignore:
Timestamp:
2005-09-09T13:50:54Z (20 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b02e5d1
Parents:
b0edf3b2
Message:

MIPS architecture now works without any problems in

  • msim: compile as OUTPUT_FORMAT(binary)
  • gxemul: compile as OUTPUT_FORMAT(ecoff-littlemips), or create

configuration file for binary format (will be done later)

  • simics: compile as OUTPUT_FORMAT(elf32-little), might work with binary

format, didn't try yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/Makefile.inc

    rb0edf3b2 r38de8a5  
    2525        arch/mips.c \
    2626        arch/dummy.S \
    27         arch/putchar.c \
     27        arch/console.c \
    2828        arch/asm.S \
    2929        arch/exception.c \
Note: See TracChangeset for help on using the changeset viewer.