Subversion Repositories HelenOS

Rev

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

Rev 3882 Rev 3885
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
ifndef CROSS_PREFIX
-
 
36
	CROSS_PREFIX = /usr/local
-
 
37
endif
-
 
38
 
-
 
39
 
-
 
40
## Setup toolchain
35
## Setup toolchain
41
#
36
#
42
 
37
 
43
include $(LIBC_PREFIX)/Makefile.toolchain
38
include $(LIBC_PREFIX)/Makefile.toolchain
44
 
39