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


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
  • kernel/arch/ia64/Makefile.inc

    rac6ee45 rddb0df5  
    3030#
    3131
     32ifndef CROSS_PREFIX
     33        CROSS_PREFIX = /usr/local
     34endif
     35
    3236BFD_NAME = elf64-little
    3337BFD_ARCH = ia64-elf64
    3438TARGET = ia64-pc-linux-gnu
    35 TOOLCHAIN_DIR = /usr/local/ia64
     39TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
    3640
    3741INIT0_ADDRESS = 0xe000000004404000
Note: See TracChangeset for help on using the changeset viewer.