Subversion Repositories HelenOS-historic

Rev

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

Rev 848 Rev 937
Line 32... Line 32...
32
TARGET = mips-sgi-irix5
32
TARGET = mips-sgi-irix5
33
TOOLCHAIN_DIR = /usr/local/mips/bin
33
TOOLCHAIN_DIR = /usr/local/mips/bin
34
CFLAGS += -mno-abicalls -mips3 
34
CFLAGS += -mno-abicalls -mips3 
35
 
35
 
36
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c
36
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c
-
 
37
 
-
 
38
LFLAGS += -N
-
 
39