From cdadad58a1555b50fe8478291a0cd9ff23e2aadb Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 15:13:23 +0100 Subject: [PATCH] bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation Signed-off-by: Denys Vlasenko --- miscutils/bc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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