valgrind: Fix build on ARMv7
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 7 Oct 2024 21:28:20 +0000 (23:28 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 8 Oct 2024 20:23:11 +0000 (22:23 +0200)
commitffa4be4c14a76f0020929fadbcd7056f0d80f837
tree6f4a7a5464ffe48949006e766f78948856aa3493
parent084665698b113811c8c9017631068dc3e452efa4
valgrind: Fix build on ARMv7

The valgrind configure script checks if host_cpu is set to armv7 or arm.
By default --host is set to arm-openwrt-linux and the host_cpu variable
is set to arm. Then the valgrind build tries to compile valgrind for
armv6 and fails. Set it explicitly to armv7 to compile valgrind with
armv7 support.

Fixes: 1a55d90320c1 ("valgrind: Update to version 3.23")
Link: https://github.com/openwrt/openwrt/pull/16633
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/devel/valgrind/Makefile