summaryrefslogtreecommitdiffstats
path: root/rules/bc.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2008-10-30 17:27:34 +0000
committerLuotao Fu <l.fu@pengutronix.de>2008-10-30 17:27:34 +0000
commit0bab13fcf1cb5dc343c0eea5f78bc544cd1ceaa2 (patch)
treec98c28851abb0e7d8d2d8c9092936e8b59f57bbf /rules/bc.in
parent1fcc903be5b0da583ff00a6a48c668b140a93eaa (diff)
downloadptxdist-0bab13fcf1cb5dc343c0eea5f78bc544cd1ceaa2.tar.gz
ptxdist-0bab13fcf1cb5dc343c0eea5f78bc544cd1ceaa2.tar.xz
* added bc
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9006 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/bc.in')
-rw-r--r--rules/bc.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/bc.in b/rules/bc.in
new file mode 100644
index 000000000..dabb244b5
--- /dev/null
+++ b/rules/bc.in
@@ -0,0 +1,9 @@
+## SECTION=shell_and_console
+config BC
+ tristate
+ prompt "bc"
+ 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.