Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2999 → Rev 3000

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