Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3569 → Rev 3570

/branches/dynload/uspace/uspace.config
66,3 → 66,6
 
# General debuging and assert checking
! CONFIG_DEBUG (y/n)
 
# Use shared C library
! CONFIG_SHARED_LIBC (y/n)
/branches/dynload/uspace/lib/libc/Makefile.app
29,9 → 29,7
## Common configuration for applications
#
 
DYNLINK_APPS = 1
 
ifdef DYNLINK_APPS
ifeq ($(CONFIG_SHARED_LIBC),y)
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 := libpci/libpci.a $(LIBS)
 
## Sources
#