diff options
| author | Matt Weber <mlweber1@rockwellcollins.com> | 2013-09-17 23:26:41 -0500 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-19 21:04:38 +0200 |
| commit | c95dcd464512ede5ffdef5567558611f05e2e52b (patch) | |
| tree | affea53b309bcfe6cc3fe8bbae09cb17089812f5 /package/bc/Config.in | |
| parent | 21b61dead001125cfd63142dd9aa67016e8c7a45 (diff) | |
| download | buildroot-c95dcd464512ede5ffdef5567558611f05e2e52b.tar.gz buildroot-c95dcd464512ede5ffdef5567558611f05e2e52b.zip | |
bc: new package
Signed-off-by: Matt Weber <mlweber1@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bc/Config.in')
| -rw-r--r-- | package/bc/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/bc/Config.in b/package/bc/Config.in new file mode 100644 index 0000000000..a28978d2e5 --- /dev/null +++ b/package/bc/Config.in @@ -0,0 +1,14 @@ +config BR2_PACKAGE_BC + bool "bc" + help + 'bc' is an arbitrary precision numeric processing language + Its 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. + This version does not use the historical method of having bc + be a compiler for the dc calculator (the POSIX document doesn't + specify how bc must be implemented). This version has a single + executable that both compiles the language and runs the resulting + 'byte code.' The byte code is not the dc language. + + http://www.gnu.org/software/bc |

