bc: bc enables FEATURE_DC_BIG, for correct dc testsuite operation
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Dec 2018 14:13:23 +0000 (15:13 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 28 Dec 2018 14:13:23 +0000 (15:13 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/bc.c

index 6463817bb16f67a31bbdeb3475dcdd0af2285ca1..c10cd73fa111c88660b0c66997c1c42d8b87cf34 100644 (file)
@@ -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