Changeset 0970f43 in mainline for arch/mips/boot


Ignore:
Timestamp:
2005-07-20T11:22:01Z (21 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d365305
Parents:
232e3ec7
Message:

Make MIPS target compile and link properly with the new 4.0.1 MIPS toolchain

Location:
arch/mips/boot
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/boot/Makefile

    r232e3ec7 r0970f43  
    1 MIPS_BINUTILS_DIR=/usr/local/mips/bin
    2 MIPS_TARGET=decstation-ultrix
     1MIPS_BINUTILS_DIR=/usr/local/mipsel/bin
     2MIPS_TARGET=mipsel-linux-gnu
    33
    44.PHONY: nothing build
     
    1212LD=$(MIPS_BINUTILS_DIR)/$(MIPS_TARGET)-ld
    1313
    14 ASFLAGS=-mips2 -EL
    15 LFLAGS=--oformat=binary -mips2 -EL -e start
     14ASFLAGS=-mips2
     15LFLAGS=--oformat=binary -mips2 -e start
    1616
    1717boot.bin: boot.o
  • arch/mips/boot/boot.s

    r232e3ec7 r0970f43  
    3333.set nomacro
    3434
     35.global start
    3536start:
    3637        # move 0x80000000 to reg $8
Note: See TracChangeset for help on using the changeset viewer.