diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-19 09:45:42 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-19 09:45:42 +0000 |
commit | 6a98e3e5f6ca5239a7bd05c3478e43f118d9296f (patch) | |
tree | 6084dc6e3ba6dbd3961e12649639ffddf686eb02 /extra/Configs | |
parent | 6648562b330658602c0be13935c1d2bc5f024bc5 (diff) |
Typo correction, thanks cow.
Diffstat (limited to 'extra/Configs')
-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. |