lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 9756131 was 9c0a9b3, checked in by Jakub Vana <jakub.vana@…>, 20 years ago |
1) memcopy and _memcopy functions rewriten to ANSI C norm.
2) Repaired ia32,ia64 and mips version of SPARTAN to work with this memcopy functions
3) Warning for non declared funcions added and repaired ia32,ia64 and mips versions to pass build process with this warning and Werror option
|
-
Property mode
set to
100644
|
File size:
653 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 | arch_sources= \
|
---|
18 | arch/start.S \
|
---|
19 | arch/asm.S \
|
---|
20 | arch/dummy.s \
|
---|
21 | arch/putchar.c \
|
---|
22 | arch/ia64.c \
|
---|
23 | arch/fpu_context.c \
|
---|
24 | arch/context.S \
|
---|
25 | arch/ski/ski.c
|
---|
Note:
See
TracBrowser
for help on using the repository browser.