aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-03-20 02:20:18 +0000
committerRob Landley <rob@landley.net>2006-03-20 02:20:18 +0000
commitc30f445b08e811ec7e339e7efad8f7cd47c3ad59 (patch)
tree88e48af8fb5f079fe002fead407d5042815cfa86 /util-linux/Config.in
parente2b428cbb1fcbb71d56cdf6e5f640d11a2523c33 (diff)
downloadbusybox-w32-c30f445b08e811ec7e339e7efad8f7cd47c3ad59.tar.gz
busybox-w32-c30f445b08e811ec7e339e7efad8f7cd47c3ad59.tar.bz2
busybox-w32-c30f445b08e811ec7e339e7efad8f7cd47c3ad59.zip
Patch from tito, acked by Bernhard Fischer.
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 28292bd40..b91eb69c7 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -354,9 +354,19 @@ 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
357config CONFIG_LINUX32
358 default n
359 depends on CONFIG_SETARCH
360
361config CONFIG_LINUX64
362 default n
363 depends on CONFIG_SETARCH
364
357config CONFIG_SETARCH 365config CONFIG_SETARCH
358 bool "setarch" 366 bool "setarch"
359 default n 367 default n
368 select CONFIG_LINUX32
369 select CONFIG_LINUX64
360 help 370 help
361 The linux32 utility is used to create a 32bit environment for the 371 The linux32 utility is used to create a 32bit environment for the
362 specified program (usually a shell). It only makes sense to have 372 specified program (usually a shell). It only makes sense to have