diff options
author | Gilles Espinasse <g.esp@free.fr> | 2011-02-13 22:54:37 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-02-15 03:02:08 +0100 |
commit | 26b80e8fe36510c8ec97ae07d9e16e53de32a4af (patch) | |
tree | b1261f90b6ad677a97cb6f5b6f8f6c80ee593044 | |
parent | 5dad4aeedebf028b6682b344c335cd73e7eabb05 (diff) | |
download | busybox-w32-26b80e8fe36510c8ec97ae07d9e16e53de32a4af.tar.gz busybox-w32-26b80e8fe36510c8ec97ae07d9e16e53de32a4af.tar.bz2 busybox-w32-26b80e8fe36510c8ec97ae07d9e16e53de32a4af.zip |
Add the help text for 'position independent executable' code build
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -466,7 +466,10 @@ config PIE | |||
466 | default n | 466 | default n |
467 | depends on !STATIC | 467 | depends on !STATIC |
468 | help | 468 | help |
469 | (TODO: what is it and why/when is it useful?) | 469 | Hardened code option. PIE binaries are loaded at a different |
470 | address at each invocation. This has some overhead, | ||
471 | particularly on x86-32 which is short on registers. | ||
472 | |||
470 | Most people will leave this set to 'N'. | 473 | Most people will leave this set to 'N'. |
471 | 474 | ||
472 | config NOMMU | 475 | config NOMMU |