Rev 2602 | Rev 3391 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2602 | Rev 3369 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | # |
27 | # |
28 | 28 | ||
29 | ## Toolchain configuration |
29 | ## Toolchain configuration |
30 | # |
30 | # |
31 | 31 | ||
- | 32 | ifndef CROSS_PREFIX |
|
- | 33 | CROSS_PREFIX = /usr/local |
|
- | 34 | endif |
|
- | 35 | ||
32 | BFD_NAME = elf64-little |
36 | BFD_NAME = elf64-little |
33 | BFD_ARCH = ia64-elf64 |
37 | BFD_ARCH = ia64-elf64 |
34 | TARGET = ia64-pc-linux-gnu |
38 | TARGET = ia64-pc-linux-gnu |
35 | TOOLCHAIN_DIR = /usr/local/ia64 |
39 | TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64 |
36 | 40 | ||
37 | INIT0_ADDRESS = 0xe000000004404000 |
41 | INIT0_ADDRESS = 0xe000000004404000 |
38 | INIT0_SIZE = 0x100000 |
42 | INIT0_SIZE = 0x100000 |
39 | 43 | ||
40 | CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 |
44 | CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127 |