Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2970 → Rev 2971

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