Subversion Repositories HelenOS

Rev

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

Rev 3343 Rev 3593
Line 28... Line 28...
28
#
28
#
29
 
29
 
30
## Setup toolchain
30
## Setup toolchain
31
#
31
#
32
 
32
 
-
 
33
include ../../Makefile.config
-
 
34
 
33
LIBC_PREFIX = ../../lib/libc
35
LIBC_PREFIX = ../../lib/libc
34
SOFTINT_PREFIX = ../../lib/softint
36
SOFTINT_PREFIX = ../../lib/softint
35
include $(LIBC_PREFIX)/Makefile.toolchain
37
include $(LIBC_PREFIX)/Makefile.toolchain
36
 
38
 
37
LIBS = $(LIBC_PREFIX)/libc.a
39
LIBS = $(LIBC_PREFIX)/libc.a