summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-11-09 13:20:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-11-09 13:20:21 +0000
commit1423753198ca023ff0c6ce7b62b24990aa925905 (patch)
tree00622dab91ddf82f1fb2b0e26660696a678ffcd9 /toolchain
parent694cbbccb146046da1ae26ee9667bf58067c4f21 (diff)
downloadmtk-20170518-1423753198ca023ff0c6ce7b62b24990aa925905.zip
mtk-20170518-1423753198ca023ff0c6ce7b62b24990aa925905.tar.gz
mtk-20170518-1423753198ca023ff0c6ce7b62b24990aa925905.tar.bz2
revert abi changes in uClibc - on hold for 7.11, will be added again with the uclibc upgrade for 8.01
SVN-Revision: 9519
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/uClibc/config/mips2
-rw-r--r--toolchain/uClibc/config/mipsel2
-rw-r--r--toolchain/uClibc/config/powerpc2
3 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/uClibc/config/mips b/toolchain/uClibc/config/mips
index 2ae77d3..47c13bf 100644
--- a/toolchain/uClibc/config/mips
+++ b/toolchain/uClibc/config/mips
@@ -70,7 +70,7 @@ LDSO_CACHE_SUPPORT=y
# LDSO_PRELOAD_FILE_SUPPORT is not set
LDSO_BASE_FILENAME="ld.so"
LDSO_RUNPATH=y
-# DL_FINI_CRT_COMPAT is not set
+DL_FINI_CRT_COMPAT=y
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
diff --git a/toolchain/uClibc/config/mipsel b/toolchain/uClibc/config/mipsel
index a8de762..ca9184d 100644
--- a/toolchain/uClibc/config/mipsel
+++ b/toolchain/uClibc/config/mipsel
@@ -70,7 +70,7 @@ LDSO_CACHE_SUPPORT=y
# LDSO_PRELOAD_FILE_SUPPORT is not set
LDSO_BASE_FILENAME="ld.so"
LDSO_RUNPATH=y
-# DL_FINI_CRT_COMPAT is not set
+DL_FINI_CRT_COMPAT=y
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
diff --git a/toolchain/uClibc/config/powerpc b/toolchain/uClibc/config/powerpc
index 2b42ecd..dc43e06 100644
--- a/toolchain/uClibc/config/powerpc
+++ b/toolchain/uClibc/config/powerpc
@@ -68,7 +68,7 @@ LDSO_CACHE_SUPPORT=y
# LDSO_PRELOAD_FILE_SUPPORT is not set
LDSO_BASE_FILENAME="ld.so"
LDSO_RUNPATH=y
-# DL_FINI_CRT_COMPAT is not set
+DL_FINI_CRT_COMPAT=y
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y