Changeset 0970f43 in mainline for arch/mips/boot/Makefile


Ignore:
Timestamp:
2005-07-20T11:22:01Z (20 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

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.