source: mainline/arch/ia64/Makefile.inc@ 7248e31

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 
1IA-64_TARGET=ia64-pc-linux-gnu
2
3IA-64_CC_DIR=/usr/local/ia64/bin
4IA-64_BINUTILS_DIR=/usr/local/ia64/bin
5
6CC=$(IA-64_CC_DIR)/$(IA-64_TARGET)-gcc
7AS=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-as
8LD=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-ld
9OBJDUMP=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-objdump
10OBJCOPY=$(IA-64_BINUTILS_DIR)/$(IA-64_TARGET)-objcopy
11BFD_NAME=elf64-little
12BFD_ARCH=ia64-elf64
13
14
15ASFLAGS=-mconstant-gp
16
17DEFS=-DARCH=$(ARCH)
18CPPFLAGS=$(DEFS) -nostdinc -I../include
19CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
20LFLAGS=-EL -M
21
22
23
24arch_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.