valgrind: Fix compile problem with MIPS soft float
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 4 Apr 2021 20:37:09 +0000 (22:37 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 11 Apr 2021 21:01:28 +0000 (23:01 +0200)
commitca3289b2901953a0be82f2b69ed761d7f5196952
tree37ecb710b3d31519612dee4e48b786756b132f1c
parentdcdafbfc1abe7166f89a24896ea0d92ed1a41f55
valgrind: Fix compile problem with MIPS soft float

valgrind does not compile any more when using a GCC 10 for MIPS with
soft float. Just remove the parts which are generating assembler which
would not work.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/devel/valgrind/patches/130-mips_fix_soft_float.patch [new file with mode: 0644]