[uClibc-cvs] uClibc/ldso/include ld_elf.h,1.3,1.4

Erik Andersen andersen at uclibc.org
Tue Nov 4 13:08:12 UTC 2003


Update of /var/cvs/uClibc/ldso/include
In directory winder:/tmp/cvs-serv7696/ldso/include

Modified Files:
	ld_elf.h 
Log Message:
Rework the config system.  Better utilize the Kconfig language
which should simplify enabling arbitrary architectures.
 -Erik


Index: ld_elf.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/include/ld_elf.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- ld_elf.h	12 Oct 2003 08:49:32 -0000	1.3
+++ ld_elf.h	4 Nov 2003 13:07:45 -0000	1.4
@@ -10,9 +10,9 @@
 #  define LDSO_CACHE "../util/ld.so.cache"
 #  define LDSO_PRELOAD "../util/ld.so.preload"
 #else
-#  define LDSO_CONF  UCLIBC_TARGET_PREFIX "etc/ld.so.conf"
-#  define LDSO_CACHE UCLIBC_TARGET_PREFIX "etc/ld.so.cache"
-#  define LDSO_PRELOAD UCLIBC_TARGET_PREFIX "etc/ld.so.preload"
+#  define LDSO_CONF  UCLIBC_RUNTIME_PREFIX "etc/ld.so.conf"
+#  define LDSO_CACHE UCLIBC_RUNTIME_PREFIX "etc/ld.so.cache"
+#  define LDSO_PRELOAD UCLIBC_RUNTIME_PREFIX "etc/ld.so.preload"
 #endif
 
 




More information about the uClibc-cvs mailing list