diff options
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 |