lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 2f08a55d was c7bb8b05, checked in by Josef Cejka <malyzelenyhnus@…>, 20 years ago |
Created fmath as basic tool for IEEE 754 floating point numbers.
Added option $F for printf for printing "double" type.
|
-
Property mode
set to
100644
|
File size:
730 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 |
|
---|
10 | ASFLAGS=-mconstant-gp
|
---|
11 |
|
---|
12 | DEFS=-DARCH=$(ARCH)
|
---|
13 | CPPFLAGS=$(DEFS) -nostdinc -I../include
|
---|
14 | CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -fno-unwind-tables -Werror-implicit-function-declaration -Wmissing-prototypes -Werror -O3
|
---|
15 | LFLAGS=-EL -M -T ../arch/ia64/_link.ld
|
---|
16 |
|
---|
17 |
|
---|
18 |
|
---|
19 | arch_sources= \
|
---|
20 | arch/start.S \
|
---|
21 | arch/asm.S \
|
---|
22 | arch/dummy.s \
|
---|
23 | arch/putchar.c \
|
---|
24 | arch/ia64.c \
|
---|
25 | arch/fpu_context.c \
|
---|
26 | arch/context.S \
|
---|
27 | arch/ski/ski.c \
|
---|
28 | arch/cpu/cpu.c \
|
---|
29 | arch/ivt.S \
|
---|
30 | arch/interrupt_handler.c \
|
---|
31 | arch/fmath.c |
---|
Note:
See
TracBrowser
for help on using the repository browser.