summaryrefslogtreecommitdiff
path: root/ldso/config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-08-08 17:03:36 +0000
committerEric Andersen <andersen@codepoet.org>2001-08-08 17:03:36 +0000
commitc3bbc0eafdae7a50c46ec61f3352821b7c28ea85 (patch)
treea3f8e5d23017c4301813b6c6302d1277ed216efd /ldso/config.h
parentc4257d720039474be6804b20c4d133a65aa1d265 (diff)
This syncs things up with my local tree. Mainly changes installer
issues, and syns things (as far as I am willing) with Dave Schleef's tree. We may need to go another round or so, but we do seem to be converging...
Diffstat (limited to 'ldso/config.h')
-rw-r--r--ldso/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ldso/config.h b/ldso/config.h
index 256bab271..499101885 100644
--- a/ldso/config.h
+++ b/ldso/config.h
@@ -5,11 +5,11 @@
# define LDSO_PRELOAD "../util/ld.so.preload"
# define LDDSTUB "../util/lddstub"
#else
-# define LDSO_IMAGE UCLIBC_PREFIX "/lib/ld.so"
-# define LDSO_CONF UCLIBC_PREFIX "/etc/ld.so.conf"
-# define LDSO_CACHE UCLIBC_PREFIX "/etc/ld.so.cache"
-# define LDSO_PRELOAD UCLIBC_PREFIX "/etc/ld.so.preload"
-# define LDDSTUB UCLIBC_PREFIX "/usr/lib/lddstub"
+# define LDSO_IMAGE UCLIBC_TARGET_PREFIX "lib/ld.so"
+# 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 LDDSTUB UCLIBC_TARGET_PREFIX "usr/lib/lddstub"
#endif
#define LDD_ARGV0 "__LDD_ARGV0"