source: mainline/arch/ia64/Makefile.inc@ 87cd61f

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 87cd61f was 244f284, checked in by Jakub Jermar <jakub@…>, 20 years ago

IA-64 cosmetics.
Add ski_init_console() and ski_putchar() to ski.c to perform ski specific tasks.

Change the copyright string in main.c to display both copyrights on a new line.

  • Property mode set to 100644
File size: 595 bytes
RevLine 
[30ef8ce]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
9
[f2ffad4]10ASFLAGS=-mconstant-gp
[30ef8ce]11
12DEFS=-DARCH=$(ARCH)
13CPPFLAGS=$(DEFS) -nostdinc -I../include
[f2ffad4]14CFLAGS=$(CPPFLAGS) -mconstant-gp -nostdlib -fno-builtin -Wmissing-prototypes -Werror -O3
15LFLAGS=-EL -M -T ../arch/ia64/_link.ld
[30ef8ce]16
17arch_sources= \
18 arch/start.S \
[9db5b66]19 arch/asm.S \
[2a0047fc]20 arch/fake.s \
21 arch/putchar.c \
[0ca6faa]22 arch/ia64.c \
[0750a3a]23 arch/fpu_context.c \
[244f284]24 arch/context.S \
25 arch/ski/ski.c
Note: See TracBrowser for help on using the repository browser.