Subversion Repositories HelenOS

Rev

Rev 3560 | Rev 3681 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3560 Rev 3570
Line 27... Line 27...
27
#
27
#
28
 
28
 
29
## Common configuration for applications
29
## Common configuration for applications
30
#
30
#
31
 
31
 
32
DYNLINK_APPS = 1
-
 
33
 
-
 
34
ifdef DYNLINK_APPS
32
ifeq ($(CONFIG_SHARED_LIBC),y)
35
	LFLAGS := -Bdynamic -I/lib/rtld -rpath-link $(RTLD_PREFIX)
33
	LFLAGS := -Bdynamic -I/lib/rtld -rpath-link $(RTLD_PREFIX)
36
	LIBS = $(LIBC_PREFIX)/shared/libc.so.0
34
	LIBS = $(LIBC_PREFIX)/shared/libc.so.0
37
	LD_SCRIPT = $(LIBC_PREFIX)/shared/arch/$(ARCH)/_link.ld
35
	LD_SCRIPT = $(LIBC_PREFIX)/shared/arch/$(ARCH)/_link.ld
38
else
36
else
39
	LIBS = $(LIBC_PREFIX)/libc.a
37
	LIBS = $(LIBC_PREFIX)/libc.a