Subversion Repositories HelenOS-historic

Rev

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

Rev 491 Rev 805
Line 29... Line 29...
29
## Toolchain configuration
29
## Toolchain configuration
30
#
30
#
31
 
31
 
32
TARGET = i686-pc-linux-gnu
32
TARGET = i686-pc-linux-gnu
33
TOOLCHAIN_DIR = /usr/local/i686/bin
33
TOOLCHAIN_DIR = /usr/local/i686/bin
-
 
34
 
-
 
35
ARCH_SOURCES += arch/$(ARCH)/src/syscall.c