Changeset ddb0df5 in mainline for boot/arch/mips32/loader/Makefile


Ignore:
Timestamp:
2008-08-27T17:06:52Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79872cd
Parents:
ac6ee45
Message:

configurable cross-compiler prefix (using CROSS_PREFIX)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/mips32/loader/Makefile

    rac6ee45 rddb0df5  
    3333#
    3434
     35ifndef CROSS_PREFIX
     36        CROSS_PREFIX = /usr/local
     37endif
     38
    3539ifeq ($(IMAGE),binary)
    3640        LD_IN = binary
     
    4246BFD_ARCH = mips
    4347TARGET = mipsel-linux-gnu
    44 TOOLCHAIN_DIR = /usr/local/mipsel/bin
     48TOOLCHAIN_DIR = $(CROSS_PREFIX)/mipsel/bin
    4549
    4650ifeq ($(COMPILER),gcc_native)
Note: See TracChangeset for help on using the changeset viewer.