From: rwhitby Date: Fri, 29 Jun 2007 05:34:12 +0000 (+0000) Subject: Enable LDSO_RUNPATH in uClibc configuration for all platforms X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/aefa916a3aca58640ae3a3305a345a95a282bc17 Enable LDSO_RUNPATH in uClibc configuration for all platforms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7769 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/uClibc/config/arm b/toolchain/uClibc/config/arm index 70d907b5a..db326c961 100644 --- a/toolchain/uClibc/config/arm +++ b/toolchain/uClibc/config/arm @@ -67,7 +67,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y # DL_FINI_CRT_COMPAT is not set UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/armeb b/toolchain/uClibc/config/armeb index 49b9e9e55..8a9e6a1fc 100644 --- a/toolchain/uClibc/config/armeb +++ b/toolchain/uClibc/config/armeb @@ -67,7 +67,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y # DL_FINI_CRT_COMPAT is not set UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/avr32 b/toolchain/uClibc/config/avr32 index 092a41b45..6cf397214 100644 --- a/toolchain/uClibc/config/avr32 +++ b/toolchain/uClibc/config/avr32 @@ -58,7 +58,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y # DL_FINI_CRT_COMPAT is not set UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/cris b/toolchain/uClibc/config/cris index 2351c332a..8a018d9fc 100644 --- a/toolchain/uClibc/config/cris +++ b/toolchain/uClibc/config/cris @@ -56,7 +56,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y # DL_FINI_CRT_COMPAT is not set # UCLIBC_CTOR_DTOR is not set # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/i386 b/toolchain/uClibc/config/i386 index bd1da5855..61ec032d4 100644 --- a/toolchain/uClibc/config/i386 +++ b/toolchain/uClibc/config/i386 @@ -84,7 +84,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y # DL_FINI_CRT_COMPAT is not set UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/mips b/toolchain/uClibc/config/mips index 0e64b9862..47c13bffa 100644 --- a/toolchain/uClibc/config/mips +++ b/toolchain/uClibc/config/mips @@ -69,7 +69,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y DL_FINI_CRT_COMPAT=y UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/mipsel b/toolchain/uClibc/config/mipsel index 31ab50afc..ca9184dd6 100644 --- a/toolchain/uClibc/config/mipsel +++ b/toolchain/uClibc/config/mipsel @@ -69,7 +69,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y DL_FINI_CRT_COMPAT=y UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/powerpc b/toolchain/uClibc/config/powerpc index 00256e966..dc43e0644 100644 --- a/toolchain/uClibc/config/powerpc +++ b/toolchain/uClibc/config/powerpc @@ -67,7 +67,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y DL_FINI_CRT_COMPAT=y UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set diff --git a/toolchain/uClibc/config/x86_64 b/toolchain/uClibc/config/x86_64 index 75785048b..27c57a70f 100644 --- a/toolchain/uClibc/config/x86_64 +++ b/toolchain/uClibc/config/x86_64 @@ -54,7 +54,7 @@ LDSO_LDD_SUPPORT=y LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" -# LDSO_RUNPATH is not set +LDSO_RUNPATH=y # DL_FINI_CRT_COMPAT is not set UCLIBC_CTOR_DTOR=y HAS_NO_THREADS=y