Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2996 → Rev 2997

/branches/dynload/uspace/lib/rtld/Makefile
38,9 → 38,10
include arch/$(ARCH)/Makefile.inc
 
CFLAGS += -I../../app/iloader/include -Iinclude -fPIC -O0 -ggdb
LFLAGS += -shared --no-undefined -Bsymbolic
LFLAGS += -shared --no-undefined
 
LIBS = $(LIBC_PREFIX)/libc.pic.a $(SOFTINT_PREFIX)/libsoftint.pic.a
# LIBS =
DEFS += -DRELEASE=\"$(RELEASE)\"
 
ifdef REVISION