diff options
author | Rob Landley | 2006-03-20 02:20:18 +0000 |
---|---|---|
committer | Rob Landley | 2006-03-20 02:20:18 +0000 |
commit | c30f445b08e811ec7e339e7efad8f7cd47c3ad59 (patch) | |
tree | 88e48af8fb5f079fe002fead407d5042815cfa86 /util-linux/Config.in | |
parent | e2b428cbb1fcbb71d56cdf6e5f640d11a2523c33 (diff) | |
download | busybox-c30f445b08e811ec7e339e7efad8f7cd47c3ad59.zip busybox-c30f445b08e811ec7e339e7efad8f7cd47c3ad59.tar.gz |
Patch from tito, acked by Bernhard Fischer.
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 28292bd..b91eb69 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -354,9 +354,19 @@ config CONFIG_READPROFILE help This allows you to parse /proc/profile for basic profiling. +config CONFIG_LINUX32 + default n + depends on CONFIG_SETARCH + +config CONFIG_LINUX64 + default n + depends on CONFIG_SETARCH + config CONFIG_SETARCH bool "setarch" default n + select CONFIG_LINUX32 + select CONFIG_LINUX64 help The linux32 utility is used to create a 32bit environment for the specified program (usually a shell). It only makes sense to have |