diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-21 04:26:52 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-02-21 04:26:52 +0000 |
commit | a750f5ea5554aee10b24357c2054ec5cc8f50147 (patch) | |
tree | 5313b93950024acfa71e58b53375957199ab9586 /util-linux/Config.in | |
parent | d743f3da72e8015c255139af5584f721528fb4e0 (diff) | |
download | busybox-w32-a750f5ea5554aee10b24357c2054ec5cc8f50147.tar.gz busybox-w32-a750f5ea5554aee10b24357c2054ec5cc8f50147.tar.bz2 busybox-w32-a750f5ea5554aee10b24357c2054ec5cc8f50147.zip |
add setarch/linux32/linux64 applet
git-svn-id: svn://busybox.net/trunk/busybox@14156 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | |||
354 | help | 354 | help |
355 | This allows you to parse /proc/profile for basic profiling. | 355 | This allows you to parse /proc/profile for basic profiling. |
356 | 356 | ||
357 | config CONFIG_SETARCH | ||
358 | bool "setarch" | ||
359 | default n | ||
360 | help | ||
361 | The linux32 utility is used to create a 32bit environment for the | ||
362 | specified program (usually a shell). It only makes sense to have | ||
363 | this util on a system that supports both 64bit and 32bit userland | ||
364 | (like amd64/x86, ppc64/ppc, sparc64/sparc, etc...). | ||
365 | |||
357 | config CONFIG_SWAPONOFF | 366 | config CONFIG_SWAPONOFF |
358 | bool "swaponoff" | 367 | bool "swaponoff" |
359 | default n | 368 | default n |