Changeset efa9b73 in mainline for arch/ppc/boot/Makefile


Ignore:
Timestamp:
2005-08-17T12:01:35Z (20 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c723d7a1
Parents:
3902f8a4
Message:

PPC linker script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc/boot/Makefile

    r3902f8a4 refa9b73  
     1PPC_BINUTILS_DIR=/usr/local/ppc/bin
     2PPC_TARGET=ppc-linux-gnu
     3
    14.PHONY: nothing build
    25
     
    69        cp boot.bin ../../../src/load.bin
    710
    8 AS=/usr/local/mips/bin/decstation-ultrix-as
    9 LD=/usr/local/mips/bin/decstation-ultrix-ld
     11AS=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-as
     12LD=$(PPC_BINUTILS_DIR)/$(PPC_TARGET)-ld
    1013
    11 ASFLAGS=-mips2 -EL
    12 LFLAGS=--oformat=binary -mips2 -EL -e start
     14ASFLAGS=
     15LFLAGS=--oformat=binary -e start
    1316
    1417boot.bin: boot.o
Note: See TracChangeset for help on using the changeset viewer.