diff options
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 3eb5f13d0..b883316cd 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -210,10 +210,10 @@ config FORCE_SHAREABLE_TEXT_SEGMENTS If you answer Y here, the uClibc native shared library loader will only load shared libraries, which do not need to modify any non-writable segments. These libraries haven't set the DT_TEXTREL tag in the dynamic - section (==> objdump). So all your libraries must be compiled with + section (==> objdump). All your libraries must be compiled with -fPIC or -fpic, and all assembler function must be written as position independent code (PIC). - Enabling this option will makes uClibc's shared library loader a + Enabling this option will make uClibc's shared library loader a little bit smaller and guarantee that no memory will be wasted by badly coded shared libraries. |