aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bc
Commit message (Collapse)AuthorAgeFilesLines
* tools/bc: use autoreconf to fix build failure on macOS with recent Xcode ↵Felix Fietkau2020-11-141-0/+2
| | | | | | versions Signed-off-by: Felix Fietkau <nbd@nbd.name>
* Revert "bc: update to 1.07.1"Hans Dedecker2019-05-222-15/+20
| | | | | | | | | This reverts commit 0111b86f1db501d57bfee8a313fe5bebdf8b2ed9 as it breaks on Linux distributions without ed support ./fix-libmath_h: line 1: ed: command not found Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* bc: update to 1.07.1Deng Qingfang2019-05-222-20/+15
| | | | | | | Update bc to 1.07.1 Use GNU mirror Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* treewide: clean up download hashesFelix Fietkau2016-12-161-1/+1
| | | | | | Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by: Felix Fietkau <nbd@nbd.name>
* bc: add download mirrorsHauke Mehrtens2015-06-061-1/+4
| | | | | | | | | | | | | Add three download mirrors for 'bc', as the Makefile currently defines only one download location. @GNU can not be used, as the most recent version of 'bc' is not available at the general GNU mirrors, and can only be found at the "gnu-alpha" mirrors. Signed-off-by: Hannu Nyman <hannu.nyman at iki.fi> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 45908
* tools: do not build bc documentation (#13841)Florian Fainelli2013-07-091-0/+23
| | | | | | | | | Building the "bc" documentation requires the "makeinfo" program to be installed on the host. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37209
* add bc as required by kernels 3.9+Zoltan Herpai2013-07-081-0/+18
- bc is required by the kernel to compute timeconsts files - fixes #13767. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 37197