Subversion Repositories HelenOS

Rev

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

Rev 2482 Rev 2528
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 ../../lib/softint/libsoftint.a
35
LFLAGS += -N $(SOFTINT_PREFIX)/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/fibril.S \
39
		arch/$(ARCH)/src/fibril.S \
40
		arch/$(ARCH)/src/thread.c \
40
		arch/$(ARCH)/src/thread.c \