diff options
author | Filippo Arcidiacono <filippo.arcidiacono@st.com> | 2010-08-02 17:23:35 +0200 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2010-09-17 16:13:17 +0200 |
commit | a33796043bdef5345bc00a528c942f91a87af8e9 (patch) | |
tree | d69b340439feac78601648c29efb34d9b889e5e8 /extra | |
parent | 02f56b3ae9f620528c3c1bb42662b4499d19f383 (diff) |
ldso: Add runtime prelink support
Added runtime prelink support to be able to run a prelinked
application; at process startup only the conflicts will be relocated.
This speed up the startup time.
Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 97211864b..801669a17 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -359,6 +359,17 @@ config LDSO_STANDALONE_SUPPORT capabilities to uClibc dynamic linker, as well useful for testing an updated version of the dynamic linker without breaking the system. +config LDSO_PRELINK_SUPPORT + bool "Dynamic linker prelink support" + depends on HAVE_SHARED + default n + select LDSO_STANDALONE_SUPPORT + help + The dynamic linker can be used in stand-alone mode by the prelink tool + for prelinking ELF shared libraries and binaries to speed up startup + time. It also is able to load and handle prelinked libraries and + binaries at runtime. + config UCLIBC_STATIC_LDCONFIG bool "Link ldconfig statically" depends on HAVE_SHARED |