Subversion Repositories HelenOS-historic

Rev

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

Rev 795 Rev 805
Line 30... Line 30...
30
#
30
#
31
 
31
 
32
TARGET = mipsel-linux-gnu
32
TARGET = mipsel-linux-gnu
33
TOOLCHAIN_DIR = /usr/local/mipsel/bin
33
TOOLCHAIN_DIR = /usr/local/mipsel/bin
34
CFLAGS += -mno-abicalls -mips3 
34
CFLAGS += -mno-abicalls -mips3 
-
 
35
 
-
 
36
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c