Changeset ddb0df5 in mainline for kernel/arch/mips32/Makefile.inc


Ignore:
Timestamp:
2008-08-27T17:06:52Z (17 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
  • kernel/arch/mips32/Makefile.inc

    rac6ee45 rddb0df5  
    3030#
    3131
     32ifndef CROSS_PREFIX
     33        CROSS_PREFIX = /usr/local
     34endif
     35
    3236BFD_ARCH = mips
    3337TARGET = mipsel-linux-gnu
    34 TOOLCHAIN_DIR = /usr/local/mipsel
     38TOOLCHAIN_DIR = $(CROSS_PREFIX)/mipsel
    3539
    3640KERNEL_LOAD_ADDRESS = 0x80100000
     
    6670        BFD = ecoff-bigmips
    6771        TARGET = mips-sgi-irix5
    68         TOOLCHAIN_DIR = /usr/local/mips/bin
     72        TOOLCHAIN_DIR = $(CROSS_PREFIX)/mips/bin
    6973        GCC_CFLAGS += -EB -DBIG_ENDIAN -DARCH_HAS_FPU -mips3
    7074        INIT_ADDRESS = 0x81800000
Note: See TracChangeset for help on using the changeset viewer.