[Buildroot] [PATCH 1/1] valgrind: bump to 3.6.1 and add support for ARMv7

Peter Korsgaard jacmet at uclibc.org
Mon Jul 11 21:24:58 UTC 2011


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

 Thomas> We removed the shell script that wrapped valgrind (not nice to install
 Thomas> such non-standard things), and will let the user use the uclibc.supp
 Thomas> suppression file if needed.

Committed, thanks (but see below).

 Thomas> +VALGRIND_VERSION = 3.6.1
 Thomas> +VALGRIND_SITE    = http://valgrind.org/downloads/
 Thomas> +VALGRIND_SOURCE  = valgrind-$(VALGRIND_VERSION).tar.bz2
 Thomas> +
 Thomas> +VALGRIND_CONF_OPT = --disable-tls

I know we had this before as well, but is that really needed nowadays
with NPTL and so on? It seems to compile fine here without that option.

 Thomas> +$(eval $(call AUTOTARGETS,package,valgrind))
 Thomas> \ No newline at end of file

I've fixed that.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list