diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 02:35:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-08 02:35:30 +0000 |
commit | 270bd86b4f1ed78013a1c7839732e21ab9774472 (patch) | |
tree | 1ba173b4c1bd30d0804a496cef078986ae04ff05 /extra | |
parent | 073cd03a2c5b0eb6c0872622f840f4a9724a9b04 (diff) |
punt _DL_FINI_CRT_COMPAT option now that 0.9.28 has been released
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 847fc4661..c6a364942 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -277,13 +277,6 @@ config LDSO_RUNPATH Usage of RUNPATH tags is not too common, so disabling this feature should be safe for most people. -config DL_FINI_CRT_COMPAT - bool "uClibc 0.9.27 compatibility" - default n - help - Allows to update a 0.9.27 based system to new crt/fini handling. - After rebuilding all apps, this option can be disabled. - config UCLIBC_CTOR_DTOR bool "Support global constructors and destructors" default y |