aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 15:13:23 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2018-12-28 15:13:23 +0100
commitcdadad58a1555b50fe8478291a0cd9ff23e2aadb (patch)
tree8be4f303843c63ba792c82bf5d7d8480ea91de0e
parentdf1ff103c9e0496e7de9528500cddff36701609e (diff)
downloadbusybox-w32-cdadad58a1555b50fe8478291a0cd9ff23e2aadb.tar.gz
busybox-w32-cdadad58a1555b50fe8478291a0cd9ff23e2aadb.tar.bz2
busybox-w32-cdadad58a1555b50fe8478291a0cd9ff23e2aadb.zip
bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--miscutils/bc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/bc.c b/miscutils/bc.c
index 6463817bb..c10cd73fa 100644
--- a/miscutils/bc.c
+++ b/miscutils/bc.c
@@ -7,6 +7,7 @@
7//config:config BC 7//config:config BC
8//config: bool "bc (45 kb)" 8//config: bool "bc (45 kb)"
9//config: default y 9//config: default y
10//config: select FEATURE_DC_BIG
10//config: help 11//config: help
11//config: bc is a command-line, arbitrary-precision calculator with a 12//config: bc is a command-line, arbitrary-precision calculator with a
12//config: Turing-complete language. See the GNU bc manual 13//config: Turing-complete language. See the GNU bc manual
@@ -58,7 +59,6 @@
58//config: 59//config:
59//config:config FEATURE_DC_BIG 60//config:config FEATURE_DC_BIG
60//config: bool "Use bc code base for dc (larger, more features)" 61//config: bool "Use bc code base for dc (larger, more features)"
61//config: depends on DC && !BC
62//config: default y 62//config: default y
63//config: 63//config:
64//config:config FEATURE_DC_LIBM 64//config:config FEATURE_DC_LIBM