aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Kbuild.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-19 23:26:50 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-19 23:26:50 +0200
commitf2ccefb946c5de69ce6a51c9a8e95024d44c273b (patch)
tree0ed6e80ea0b1825c35ec471f9afb2e532c901752 /util-linux/Kbuild.src
parent0506e292b518a04846ae1f611ecc0633969a2801 (diff)
downloadbusybox-f2ccefb946c5de69ce6a51c9a8e95024d44c273b.tar.gz
setarch: add support for '-R' (disable randomization)
This commit adds support for the -R flag of setarch, which disables randomization of the virtual address space. function old new delta setarch_main 115 150 +35 packed_usage 30664 30651 -13 Signed-off-by: Jan Heylen <heyleke@gmail.com> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Kbuild.src')
-rw-r--r--util-linux/Kbuild.src1
1 files changed, 0 insertions, 1 deletions
diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src
index 468fc6bc1..0b87c52ac 100644
--- a/util-linux/Kbuild.src
+++ b/util-linux/Kbuild.src
@@ -40,7 +40,6 @@ lib-$(CONFIG_READPROFILE) += readprofile.o
lib-$(CONFIG_RTCWAKE) += rtcwake.o
lib-$(CONFIG_SCRIPT) += script.o
lib-$(CONFIG_SCRIPTREPLAY) += scriptreplay.o
-lib-$(CONFIG_SETARCH) += setarch.o
lib-$(CONFIG_SWAPONOFF) += swaponoff.o
lib-$(CONFIG_SWITCH_ROOT) += switch_root.o
lib-$(CONFIG_UMOUNT) += umount.o