Changeset 5a00ee0 in mainline for boot/arch/mips32/Makefile.inc


Ignore:
Timestamp:
2012-12-03T21:48:28Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba5cff5
Parents:
f9ab562
Message:

Start reintroducing the MIPS Malta machine.

File:
1 edited

Legend:

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

    rf9ab562 r5a00ee0  
    4949        ENDIANESS = LE
    5050endif
     51ifeq ($(MACHINE),malta)
     52        BFD_NAME = elf32-tradlittlemips
     53        BFD_OUTPUT = elf32-tradlittlemips
     54        ENDIANESS = LE
     55endif
     56
    5157
    5258SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.