Subversion Repositories HelenOS

Rev

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

Rev 4517 Rev 4556
Line 30... Line 30...
30
#
30
#
31
 
31
 
32
LIBC_PREFIX = $(shell pwd)
32
LIBC_PREFIX = $(shell pwd)
33
SOFTINT_PREFIX = ../softint
33
SOFTINT_PREFIX = ../softint
34
 
34
 
-
 
35
 
35
## Setup toolchain
36
## Setup toolchain
36
#
37
#
37
 
38
 
38
include $(LIBC_PREFIX)/Makefile.toolchain
39
include $(LIBC_PREFIX)/Makefile.toolchain
39
 
40