Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | valgrind: update to 3.12.0 | Hauke Mehrtens | 2016-12-03 | 1 | -38/+0 |
| | | | | | | | | | | Support for MIPS toolchains without FPU support was added upstream, so remove our patch. patches/310-mips-link-tool.patch was a backport form this version of valgrind src/abort.c is not referenced anywhere Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> | ||||
* | valgrind: improve mips support | Hauke Mehrtens | 2016-10-03 | 1 | -0/+38 |
We have to remove the FPU check, it will run in an endless loop on LEDE when compile without FPU emulation support. The second patch fixes this problem: valgrind: mmap(0x400000, 303104) failed in UME with error 22 (Invalid argument). valgrind still does not support mips16, build LEDE without mips16 support. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> |