diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-04 11:28:24 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-04 11:28:24 +0000 |
commit | 1da86d2f40f304d78b2ae4aac3b590b19adc7ce3 (patch) | |
tree | 6f2a87934ad24c0e640c6313d56d2e28d1e81185 /Config.in | |
parent | 1e93f3c5859aeebcca7c0480de2bd038defe8b1c (diff) | |
download | busybox-w32-1da86d2f40f304d78b2ae4aac3b590b19adc7ce3.tar.gz busybox-w32-1da86d2f40f304d78b2ae4aac3b590b19adc7ce3.tar.bz2 busybox-w32-1da86d2f40f304d78b2ae4aac3b590b19adc7ce3.zip |
build system: add PIE build option
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -262,6 +262,14 @@ config STATIC | |||
262 | 262 | ||
263 | Most people will leave this set to 'N'. | 263 | Most people will leave this set to 'N'. |
264 | 264 | ||
265 | config PIE | ||
266 | bool "Build BusyBox as a position independent executable" | ||
267 | default n | ||
268 | depends on !STATIC | ||
269 | help | ||
270 | (TODO: what is it and why/when is it useful?) | ||
271 | Most people will leave this set to 'N'. | ||
272 | |||
265 | config NOMMU | 273 | config NOMMU |
266 | bool "Force NOMMU build" | 274 | bool "Force NOMMU build" |
267 | default n | 275 | default n |