Subversion Repositories HelenOS-historic

Rev

Rev 1664 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1664 Rev 1670
Line 30... Line 30...
30
#
30
#
31
 
31
 
32
TARGET = ia64-pc-linux-gnu
32
TARGET = ia64-pc-linux-gnu
33
TOOLCHAIN_DIR = /usr/local/ia64/bin
33
TOOLCHAIN_DIR = /usr/local/ia64/bin
34
CFLAGS += -fno-unwind-tables -DMALLOC_ALIGNMENT_16
34
CFLAGS += -fno-unwind-tables -DMALLOC_ALIGNMENT_16
35
LFLAGS += -N ../softint/softint.a
35
LFLAGS += -N ../softint/libsoftint.a
36
AFLAGS += 
36
AFLAGS += 
37
 
37
 
38
ARCH_SOURCES += arch/$(ARCH)/src/syscall.S \
38
ARCH_SOURCES += arch/$(ARCH)/src/syscall.S \
39
		arch/$(ARCH)/src/psthread.S \
39
		arch/$(ARCH)/src/psthread.S \
40
		arch/$(ARCH)/src/thread.c
40
		arch/$(ARCH)/src/thread.c