aboutsummaryrefslogtreecommitdiff
path: root/util-linux/setarch.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/setarch.c')
-rw-r--r--util-linux/setarch.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/util-linux/setarch.c b/util-linux/setarch.c
index e4124b044..d4b568832 100644
--- a/util-linux/setarch.c
+++ b/util-linux/setarch.c
@@ -7,28 +7,28 @@
7 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 7 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
8 */ 8 */
9//config:config SETARCH 9//config:config SETARCH
10//config: bool "setarch" 10//config: bool "setarch (3.4 kb)"
11//config: default y 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
14//config: The linux32 utility is used to create a 32bit environment for the 14//config: The linux32 utility is used to create a 32bit environment for the
15//config: specified program (usually a shell). It only makes sense to have 15//config: specified program (usually a shell). It only makes sense to have
16//config: this util on a system that supports both 64bit and 32bit userland 16//config: this util on a system that supports both 64bit and 32bit userland
17//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). 17//config: (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...).
18//config: 18//config:
19//config:config LINUX32 19//config:config LINUX32
20//config: bool "linux32" 20//config: bool "linux32 (3.2 kb)"
21//config: default y 21//config: default y
22//config: select PLATFORM_LINUX 22//config: select PLATFORM_LINUX
23//config: help 23//config: help
24//config: Alias to "setarch linux32". 24//config: Alias to "setarch linux32".
25//config: 25//config:
26//config:config LINUX64 26//config:config LINUX64
27//config: bool "linux64" 27//config: bool "linux64 (3.2 kb)"
28//config: default y 28//config: default y
29//config: select PLATFORM_LINUX 29//config: select PLATFORM_LINUX
30//config: help 30//config: help
31//config: Alias to "setarch linux64". 31//config: Alias to "setarch linux64".
32 32
33//applet:IF_SETARCH(APPLET(setarch, BB_DIR_BIN, BB_SUID_DROP)) 33//applet:IF_SETARCH(APPLET(setarch, BB_DIR_BIN, BB_SUID_DROP))
34// APPLET_ODDNAME:name main location suid_type help 34// APPLET_ODDNAME:name main location suid_type help