Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3570 → Rev 3569

/branches/dynload/uspace/lib/libc/Makefile.app
29,7 → 29,9
## Common configuration for applications
#
 
ifeq ($(CONFIG_SHARED_LIBC),y)
DYNLINK_APPS = 1
 
ifdef DYNLINK_APPS
LFLAGS := -Bdynamic -I/lib/rtld -rpath-link $(RTLD_PREFIX)
LIBS = $(LIBC_PREFIX)/shared/libc.so.0
LD_SCRIPT = $(LIBC_PREFIX)/shared/arch/$(ARCH)/_link.ld
/branches/dynload/uspace/srv/pci/Makefile
37,7 → 37,7
include $(LIBC_PREFIX)/Makefile.toolchain
include $(LIBC_PREFIX)/Makefile.app
 
LIBS := libpci/libpci.a $(LIBS)
LIBS += libpci/libpci.a
 
## Sources
#
/branches/dynload/uspace/uspace.config
66,6 → 66,3
 
# General debuging and assert checking
! CONFIG_DEBUG (y/n)
 
# Use shared C library
! CONFIG_SHARED_LIBC (y/n)