diff options
author | Jérôme Pouiller <jezz@sysmic.org> | 2014-09-23 11:45:42 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-23 20:14:57 +0200 |
commit | db26348c91bfaf3088683906baeef58cac8d6f6e (patch) | |
tree | 3567dd196376a3dbaf37ede18e463bc1ec892af5 /package/valgrind/valgrind-0005-glibc-2.19.patch | |
parent | cfd33b956e1e86c68c01c7692f2789a454c53c2c (diff) | |
download | buildroot-db26348c91bfaf3088683906baeef58cac8d6f6e.tar.gz buildroot-db26348c91bfaf3088683906baeef58cac8d6f6e.zip |
valgrind: bump to version 3.10
Patches status:
valgrind-0001-workaround-SIGSEGV-on-PPC: Don't know. In doubt, I
prefer to keep it.
valgrind-0002-don-t-enable-largefile-support-unconditionally-on-uC:
Seems still necessary
valgrind-0003-Add-replacement-for-a.out.h: Upstreamed
valgrind-0004-remove-default-mips-flags: Upstreamed
valgrind-0005-glibc-2.19: Upstream now support glibc up to 2.20
Signed-off-by: Jérôme Pouiller <jezz@sysmic.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/valgrind/valgrind-0005-glibc-2.19.patch')
-rw-r--r-- | package/valgrind/valgrind-0005-glibc-2.19.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/valgrind/valgrind-0005-glibc-2.19.patch b/package/valgrind/valgrind-0005-glibc-2.19.patch deleted file mode 100644 index e386a79fe9..0000000000 --- a/package/valgrind/valgrind-0005-glibc-2.19.patch +++ /dev/null @@ -1,32 +0,0 @@ -Enable valgrind for glibc 2.19 targets, and update the error from 2.17 -to 2.19 (which in reality was 2.18). -Status: upstream. - -Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> - -diff -Nura valgrind-3.9.0.orig/configure.ac valgrind-3.9.0/configure.ac ---- valgrind-3.9.0.orig/configure.ac 2014-06-18 19:06:39.212571710 -0300 -+++ valgrind-3.9.0/configure.ac 2014-06-18 19:08:37.385557736 -0300 -@@ -918,6 +918,13 @@ - DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}" - DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" - ;; -+ 2.19) -+ AC_MSG_RESULT(2.19 family) -+ AC_DEFINE([GLIBC_2_19], 1, [Define to 1 if you're using glibc 2.19.x]) -+ DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}" -+ DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" -+ ;; - darwin) - AC_MSG_RESULT(Darwin) - AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin]) -@@ -931,7 +938,7 @@ - - *) - AC_MSG_RESULT([unsupported version ${GLIBC_VERSION}]) -- AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.17]) -+ AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.19]) - AC_MSG_ERROR([or Darwin libc]) - ;; - esac |