Subversion Repositories HelenOS

Rev

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

Rev 2978 Rev 2996
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 -Bsymbolic
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
DEFS += -DRELEASE=\"$(RELEASE)\"
44
DEFS += -DRELEASE=\"$(RELEASE)\"
45
 
45
 
46
ifdef REVISION
46
ifdef REVISION