openwrt/package/devel/valgrind
Hauke Mehrtens ffa4be4c14 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: 1a55d90320 ("valgrind: Update to version 3.23")
Link: https://github.com/openwrt/openwrt/pull/16633
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2024-10-08 22:23:11 +02:00
..
files move a few development packages to trunk and add myself as a maintainer 2012-10-10 13:26:27 +00:00
patches valgrind: Update to version 3.23 2024-10-05 12:24:28 +02:00
Makefile valgrind: Fix build on ARMv7 2024-10-08 22:23:11 +02:00