valgrind: improve mips support
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 3 Oct 2016 14:23:17 +0000 (16:23 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 3 Oct 2016 15:18:33 +0000 (17:18 +0200)
commitb8d802fe9f6ddf02d67e7d847904e7389715561e
treeab48311937d7668d220a37c693592e137d1d3172
parent90a4f2ec6d3b2103b58644dedaef97bc87b580d3
valgrind: improve mips support

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>
package/devel/valgrind/patches/120-mips_fix_soft_float.patch
package/devel/valgrind/patches/310-mips-link-tool.patch [new file with mode: 0644]