lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 824553ed was 4f1475d4, checked in by Ondrej Palkovsky <ondrap@…>, 20 years ago |
Added preprocessed linker script to AMD architecture, so that
the constants are all only in the header files.
|
-
Property mode
set to
100644
|
File size:
803 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 | OBJCOPY=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-objcopy
|
---|
10 | BFD_NAME=elf64-little
|
---|
11 | BFD_ARCH=ia64-elf64
|
---|
12 |
|
---|
13 |
|
---|
14 | ASFLAGS=-mconstant-gp
|
---|
15 |
|
---|
16 | DEFS=-DARCH=$(ARCH)
|
---|
17 | CPPFLAGS=$(DEFS) -nostdinc -I../include
|
---|
18 | CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
|
---|
19 | LFLAGS=-EL -M
|
---|
20 |
|
---|
21 |
|
---|
22 |
|
---|
23 | arch_sources= \
|
---|
24 | arch/start.S \
|
---|
25 | arch/asm.S \
|
---|
26 | arch/dummy.s \
|
---|
27 | arch/putchar.c \
|
---|
28 | arch/ia64.c \
|
---|
29 | arch/fpu_context.c \
|
---|
30 | arch/context.S \
|
---|
31 | arch/ski/ski.c \
|
---|
32 | arch/cpu/cpu.c \
|
---|
33 | arch/ivt.S \
|
---|
34 | arch/interrupt_handler.c \
|
---|
35 | arch/fmath.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.