aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.in
diff options
context:
space:
mode:
author"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 13:56:03 +0000
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>2006-01-25 13:56:03 +0000
commit8aa9e5714932b0e1a9f4b638e2d985faa7e4d911 (patch)
tree16966108ff04735932dfe87f0fd1a4ddb54a8fe0 /coreutils/Config.in
parent1e98a0705b4b6bc2120ae8bb87cabc218f0187fa (diff)
downloadbusybox-8aa9e5714932b0e1a9f4b638e2d985faa7e4d911.tar.gz
support 64 arith. Close bug 136
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r--coreutils/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/coreutils/Config.in b/coreutils/Config.in
index 29f73adea..0ee5e9dbd 100644
--- a/coreutils/Config.in
+++ b/coreutils/Config.in
@@ -171,6 +171,15 @@ config CONFIG_EXPR
expr is used to calculate numbers and print the result
to standard output.
+config CONFIG_EXPR_MATH_SUPPORT_64
+ bool " Extend Posix numbers support to 64 bit"
+ default n
+ depends on CONFIG_EXPR
+ help
+ Enable 64-bit math support in the expr applet. This will make
+ the applet slightly larger, but will allow computation with very
+ large numbers.
+
config CONFIG_FALSE
bool "false"
default n