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 2997
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 -Bsymbolic
41
LFLAGS += -shared --no-undefined
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 = 
44
DEFS += -DRELEASE=\"$(RELEASE)\"
45
DEFS += -DRELEASE=\"$(RELEASE)\"
45
 
46
 
46
ifdef REVISION
47
ifdef REVISION
47
	DEFS += "-DREVISION=\"$(REVISION)\""
48
	DEFS += "-DREVISION=\"$(REVISION)\""
48
endif
49
endif