Subversion Repositories HelenOS

Rev

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

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