aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/patches/310-mips-link-tool.patch
Commit message (Collapse)AuthorAgeFilesLines
* valgrind: update to 3.12.0Hauke Mehrtens2016-12-031-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 supportHauke Mehrtens2016-10-031-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>