Changeset 6c4024f in mainline


Ignore:
Timestamp:
2005-09-08T21:32:48Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba1b7393
Parents:
85ddc05
Message:

Fixed bad instructions in loader.

Location:
arch/mips/boot
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/boot/Makefile

    r85ddc05 r6c4024f  
    1414
    1515ASFLAGS=-mips2 -I../../../include
    16 LFLAGS=--oformat=binary -mips2 -e start
     16LFLAGS=--oformat=binary -mips2 -e start -T _link.ld
    1717
    1818.S.o:
Note: See TracChangeset for help on using the changeset viewer.