diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-09 16:42:21 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-09 16:42:21 +0000 |
commit | ce790cdf2b44331225548b90cbf145a371611162 (patch) | |
tree | ddc6826e81940c27608ff39d2a0b41af142bbd4e | |
parent | 6f0ddd19ee7baafa78a3c47f8b4e42973db5ed56 (diff) |
add fini crt compat option to mipsel uclibc config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2399 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0c756b5f5d..8a7db1a3dc 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 |