Subversion Repositories HelenOS

Rev

Rev 2465 | Rev 2482 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2465 Rev 2479
Line 30... Line 30...
30
#
30
#
31
 
31
 
32
TARGET = arm-linux-gnu
32
TARGET = arm-linux-gnu
33
TOOLCHAIN_DIR = /usr/local/arm/bin
33
TOOLCHAIN_DIR = /usr/local/arm/bin
34
CFLAGS += -ffixed-r9 -mtp=soft 
34
CFLAGS += -ffixed-r9 -mtp=soft 
35
LFLAGS += -N ../softint/libsoftint.a
35
LFLAGS += -N ../../lib/softint/libsoftint.a
36
AFLAGS += 
36
AFLAGS += 
37
 
37
 
38
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \
38
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c \
39
		arch/$(ARCH)/src/psthread.S \
39
		arch/$(ARCH)/src/psthread.S \
40
		arch/$(ARCH)/src/thread.c \
40
		arch/$(ARCH)/src/thread.c \