Subversion Repositories HelenOS

Rev

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

Rev 3681 Rev 3686
Line 42... Line 42...
42
 
42
 
43
LFLAGS = -shared -soname libc.so.0 --whole-archive 
43
LFLAGS = -shared -soname libc.so.0 --whole-archive 
44
 
44
 
45
LIBS = \
45
LIBS = \
46
	$(LIBC_PREFIX)/libc.pic.a \
46
	$(LIBC_PREFIX)/libc.pic.a \
47
	$(SOFTINT_PREFIX)/libsoftint.a \
47
	$(SOFTINT_PREFIX)/libsoftint.pic.a \
48
	$(RTLD_PREFIX)/librtld.a
48
	$(RTLD_PREFIX)/librtld.pic.a
49
 
49
 
50
DEFS += -DRELEASE=\"$(RELEASE)\"
50
DEFS += -DRELEASE=\"$(RELEASE)\"
51
 
51
 
52
ifdef REVISION
52
ifdef REVISION
53
	DEFS += "-DREVISION=\"$(REVISION)\""
53
	DEFS += "-DREVISION=\"$(REVISION)\""