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>
This commit is contained in:
parent
5dad4aeede
commit
26b80e8fe3
@ -466,7 +466,10 @@ config PIE
|
|||||||
default n
|
default n
|
||||||
depends on !STATIC
|
depends on !STATIC
|
||||||
help
|
help
|
||||||
(TODO: what is it and why/when is it useful?)
|
Hardened code option. PIE binaries are loaded at a different
|
||||||
|
address at each invocation. This has some overhead,
|
||||||
|
particularly on x86-32 which is short on registers.
|
||||||
|
|
||||||
Most people will leave this set to 'N'.
|
Most people will leave this set to 'N'.
|
||||||
|
|
||||||
config NOMMU
|
config NOMMU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user