summaryrefslogtreecommitdiffstats
path: root/rules/bc.in
blob: e5776610cd34ee32c0ec6b69564da23729e9cc41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=shell_and_console
config BC
	tristate
	prompt "bc"
	depends on !BUSYBOX_BC || ALLYES
	help
	  bc is an arbitrary precision numeric processing language. Syntax is
	  similar to C, but differs in many substantial areas. It supports
	  interactive execution of statements. bc is a utility included in the
	  POSIX P1003.2/D11 draft standard.

comment "BusyBox' bc is selected!"
	depends on BUSYBOX_BC