From c8f1fc4777acf31f8c699663ec5bf0802baf024f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 9 Nov 2005 16:42:21 +0000 Subject: [PATCH] add fini crt compat option to mipsel uclibc config SVN-Revision: 2399 --- openwrt/toolchain/uClibc/files/config.mipsel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1