From c3bbc0eafdae7a50c46ec61f3352821b7c28ea85 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 8 Aug 2001 17:03:36 +0000 Subject: 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... --- ldso/config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'ldso/config.h') 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" -- cgit v1.2.3