From: Denys Vlasenko Date: Fri, 28 Dec 2018 14:13:23 +0000 (+0100) Subject: bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation X-Git-Tag: 1_30_0~8 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cdadad58a1555b50fe8478291a0cd9ff23e2aadb;p=oweals%2Fbusybox.git bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation Signed-off-by: Denys Vlasenko --- 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 @@ //config:config BC //config: bool "bc (45 kb)" //config: default y +//config: select FEATURE_DC_BIG //config: help //config: bc is a command-line, arbitrary-precision calculator with a //config: Turing-complete language. See the GNU bc manual @@ -58,7 +59,6 @@ //config: //config:config FEATURE_DC_BIG //config: bool "Use bc code base for dc (larger, more features)" -//config: depends on DC && !BC //config: default y //config: //config:config FEATURE_DC_LIBM