Subversion Repositories HelenOS

Rev

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

Rev 2999 Rev 3000
Line 36... Line 36...
36
SOFTINT_PREFIX = ../../lib/softint
36
SOFTINT_PREFIX = ../../lib/softint
37
include $(LIBC_PREFIX)/Makefile.toolchain
37
include $(LIBC_PREFIX)/Makefile.toolchain
38
include arch/$(ARCH)/Makefile.inc
38
include arch/$(ARCH)/Makefile.inc
39
 
39
 
40
CFLAGS += -I../../app/iloader/include -Iinclude -fPIC -O0 -ggdb
40
CFLAGS += -I../../app/iloader/include -Iinclude -fPIC -O0 -ggdb
41
LFLAGS += -shared --no-undefined
41
LFLAGS += -shared --no-undefined -soname rtld.so
42
 
42
 
43
LIBS = $(LIBC_PREFIX)/libc.pic.a $(SOFTINT_PREFIX)/libsoftint.pic.a
43
LIBS = $(LIBC_PREFIX)/libc.pic.a $(SOFTINT_PREFIX)/libsoftint.pic.a
44
# LIBS = 
-
 
45
DEFS += -DRELEASE=\"$(RELEASE)\"
44
DEFS += -DRELEASE=\"$(RELEASE)\"
46
 
45
 
47
ifdef REVISION
46
ifdef REVISION
48
	DEFS += "-DREVISION=\"$(REVISION)\""
47
	DEFS += "-DREVISION=\"$(REVISION)\""
49
endif
48
endif