diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 04:26:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-21 04:26:52 +0000 |
commit | 0a6b0bfa7a821b594d237611e3f1effb1b3692fc (patch) | |
tree | 5313b93950024acfa71e58b53375957199ab9586 /util-linux/Config.in | |
parent | ea6360e3938d016b2dfa6d0cbc9c9577070dca75 (diff) |
add setarch/linux32/linux64 applet
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index fbcf62476..28292bd40 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -354,6 +354,15 @@ config CONFIG_READPROFILE help This allows you to parse /proc/profile for basic profiling. +config CONFIG_SETARCH + bool "setarch" + default n + help + The linux32 utility is used to create a 32bit environment for the + specified program (usually a shell). It only makes sense to have + this util on a system that supports both 64bit and 32bit userland + (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). + config CONFIG_SWAPONOFF bool "swaponoff" default n |