On 2016-07-05 00:27, Heinrich Schuchardt wrote:
> Sunxi Lamobo R1 is a subarchitecture of arm_v7. So valgrind should build
> out of the box.
>
> Unfortunately it is disabled, because host_cpu = arm and not arm_v7.
>
> A messy workaround is to patch configure.ac adding
>
> arm*)
> AC
Debian has the following patch in
http://http.debian.net/debian/pool/main/v/valgrind/valgrind_3.11.0-1.debian.tar.xz
Description: Fix FTBFS on armhf by correctly detecting the architecture
Origin: vendor
Bug-Debian: http://bugs.debian.org/730844
Author: Alessandro Ghedini
Last-Update: 2013-11-30
Sunxi Lamobo R1 is a subarchitecture of arm_v7. So valgrind should build
out of the box.
Unfortunately it is disabled, because host_cpu = arm and not arm_v7.
A messy workaround is to patch configure.ac adding
arm*)
AC_MSG_RESULT([ok (${host_cpu})])
ARCH_MAX="arm"
;;