Subversion Repositories HelenOS

Rev

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

Rev 2071 Rev 2479
Line 27... Line 27...
27
#
27
#
28
 
28
 
29
## Setup toolchain
29
## Setup toolchain
30
#
30
#
31
 
31
 
32
LIBC_PREFIX = ../libc
32
LIBC_PREFIX = ../../lib/libc
33
SOFTINT_PREFIX = ../softint
33
SOFTINT_PREFIX = ../../lib/softint
34
include $(LIBC_PREFIX)/Makefile.toolchain
34
include $(LIBC_PREFIX)/Makefile.toolchain
35
 
35
 
36
LIBS = $(LIBC_PREFIX)/libc.a
36
LIBS = $(LIBC_PREFIX)/libc.a
37
 
37
 
38
## Sources
38
## Sources