[uClibc-cvs] CVS uClibc/extra/Configs

CVS User jocke jocke at codepoet.org
Wed Oct 6 07:34:14 UTC 2004


Update of /var/cvs/uClibc/extra/Configs
In directory nail:/tmp/cvs-serv15810/extra/Configs

Modified Files:
	Config.in 
Log Message:
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.


--- /var/cvs/uClibc/extra/Configs/Config.in	2004/10/06 06:51:37	1.56
+++ /var/cvs/uClibc/extra/Configs/Config.in	2004/10/06 07:34:13	1.57
@@ -241,8 +241,8 @@
 	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 @@
 
 	  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



More information about the uClibc-cvs mailing list