diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-10-06 07:34:17 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2004-10-06 07:34:17 +0000 |
commit | 9f9ab4922338d58f5adf8353286039eae09e1c2f (patch) | |
tree | a9149db236c6d220b3fd10c72855ea1a720292e1 /extra/Configs/Config.in | |
parent | e93138024a06eab6edeaa542c4660d246ef2cfce (diff) |
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.
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
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 |