diff options
Diffstat (limited to 'coreutils/Config.in')
-rw-r--r-- | coreutils/Config.in | 9 |
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 | |||
171 | expr is used to calculate numbers and print the result | 171 | expr is used to calculate numbers and print the result |
172 | to standard output. | 172 | to standard output. |
173 | 173 | ||
174 | config CONFIG_EXPR_MATH_SUPPORT_64 | ||
175 | bool " Extend Posix numbers support to 64 bit" | ||
176 | default n | ||
177 | depends on CONFIG_EXPR | ||
178 | help | ||
179 | Enable 64-bit math support in the expr applet. This will make | ||
180 | the applet slightly larger, but will allow computation with very | ||
181 | large numbers. | ||
182 | |||
174 | config CONFIG_FALSE | 183 | config CONFIG_FALSE |
175 | bool "false" | 184 | bool "false" |
176 | default n | 185 | default n |