lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 7248e31 was ae9624e, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago |
Symbol table now contains static functions too.
NOTE: gcc heavily inlines, be aware of optimizations.
Removed excesive item from boot page tables.
|
-
Property mode
set to
100644
|
File size:
857 bytes
|
Line | |
---|
1 | IA-64_TARGET=ia64-pc-linux-gnu
|
---|
2 |
|
---|
3 | IA-64_CC_DIR=/usr/local/ia64/bin
|
---|
4 | IA-64_BINUTILS_DIR=/usr/local/ia64/bin
|
---|
5 |
|
---|
6 | CC=$(IA-64_CC_DIR)/$(IA-64_TARGET)-gcc
|
---|
7 | AS=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-as
|
---|
8 | LD=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-ld
|
---|
9 | OBJDUMP=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-objdump
|
---|
10 | OBJCOPY=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-objcopy
|
---|
11 | BFD_NAME=elf64-little
|
---|
12 | BFD_ARCH=ia64-elf64
|
---|
13 |
|
---|
14 |
|
---|
15 | ASFLAGS=-mconstant-gp
|
---|
16 |
|
---|
17 | DEFS=-DARCH=$(ARCH)
|
---|
18 | CPPFLAGS=$(DEFS) -nostdinc -I../include
|
---|
19 | CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
|
---|
20 | LFLAGS=-EL -M
|
---|
21 |
|
---|
22 |
|
---|
23 |
|
---|
24 | arch_sources= \
|
---|
25 | arch/start.S \
|
---|
26 | arch/asm.S \
|
---|
27 | arch/dummy.s \
|
---|
28 | arch/putchar.c \
|
---|
29 | arch/ia64.c \
|
---|
30 | arch/fpu_context.c \
|
---|
31 | arch/context.S \
|
---|
32 | arch/ski/ski.c \
|
---|
33 | arch/cpu/cpu.c \
|
---|
34 | arch/ivt.S \
|
---|
35 | arch/interrupt_handler.c \
|
---|
36 | arch/fmath.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.