Subversion Repositories HelenOS

Rev

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

Rev 3558 Rev 3681
Line 40... Line 40...
40
#include arch/$(ARCH)/Makefile.inc
40
#include arch/$(ARCH)/Makefile.inc
41
ARCH_SOURCES :=
41
ARCH_SOURCES :=
42
 
42
 
43
LFLAGS = -shared -soname libc.so.0 --whole-archive 
43
LFLAGS = -shared -soname libc.so.0 --whole-archive 
44
 
44
 
-
 
45
LIBS = \
-
 
46
	$(LIBC_PREFIX)/libc.pic.a \
45
LIBS = $(LIBC_PREFIX)/libc.pic.a $(SOFTINT_PREFIX)/libsoftint.a
47
	$(SOFTINT_PREFIX)/libsoftint.a \
46
# $(RTLD_PREFIX)/rtld.so
48
	$(RTLD_PREFIX)/librtld.a
-
 
49
 
47
DEFS += -DRELEASE=\"$(RELEASE)\"
50
DEFS += -DRELEASE=\"$(RELEASE)\"
48
 
51
 
49
ifdef REVISION
52
ifdef REVISION
50
	DEFS += "-DREVISION=\"$(REVISION)\""
53
	DEFS += "-DREVISION=\"$(REVISION)\""
51
endif
54
endif