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