diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-09 16:42:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-09 16:42:21 +0000 |
commit | c8f1fc4777acf31f8c699663ec5bf0802baf024f (patch) | |
tree | 8fc89004a8f9dda014407e6e6b3dcf8b48e75c66 /openwrt/toolchain | |
parent | 4ee0a517f1b1aecc4a21e1a9d3b274c74cac1604 (diff) | |
download | mtk-20170518-c8f1fc4777acf31f8c699663ec5bf0802baf024f.zip mtk-20170518-c8f1fc4777acf31f8c699663ec5bf0802baf024f.tar.gz mtk-20170518-c8f1fc4777acf31f8c699663ec5bf0802baf024f.tar.bz2 |
add fini crt compat option to mipsel uclibc config
SVN-Revision: 2399
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r-- | openwrt/toolchain/uClibc/files/config.mipsel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/toolchain/uClibc/files/config.mipsel b/openwrt/toolchain/uClibc/files/config.mipsel index 0c756b5..8a7db1a 100644 --- a/openwrt/toolchain/uClibc/files/config.mipsel +++ b/openwrt/toolchain/uClibc/files/config.mipsel @@ -62,7 +62,7 @@ LDSO_CACHE_SUPPORT=y # LDSO_PRELOAD_FILE_SUPPORT is not set LDSO_BASE_FILENAME="ld.so" # LDSO_RUNPATH is not set -# 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 |