From 9f9ab4922338d58f5adf8353286039eae09e1c2f Mon Sep 17 00:00:00 2001 From: Joakim Tjernlund Date: Wed, 6 Oct 2004 07:34:17 +0000 Subject: Puts common defines into dl-defs.h (in ldso/include) from dl-elf.h and dl-cache.h and make use of it. Also disables the lib-path-redundancy check for the case the cache is not used. Makes use of _PRELOAD_FILE_SUPPORT. From Peter Mazinger. --- extra/Configs/Config.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1537867cc..56f794912 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -241,8 +241,8 @@ config LDSO_PRELOAD_FILE_SUPPORT default n help Enable this to make use of /etc/ld.so.preload. This file contains a - whitespace separated list of shared libraries to be loaded before - the program. + whitespace separated list of shared libraries to be loaded before + the program. config LDSO_BASE_FILENAME string "Shared library loader naming prefix" @@ -258,6 +258,9 @@ config LDSO_BASE_FILENAME Most people will leave this set to the default of "ld.so". + WARNING: Changing the default prefix could cause problems with + binutils' ld ! + config UCLIBC_CTOR_DTOR bool "Support global constructors and destructors" default y -- cgit v1.2.3