From afabcb63816806aa8c971000c486f4e108aeb117 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 11 Jul 2011 22:17:16 +0200 Subject: valgrind: bump to 3.6.1 and add support for ARMv7 We removed the shell script that wrapped valgrind (not nice to install such non-standard things), and will let the user use the uclibc.supp suppression file if needed. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/valgrind/valgrind.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 package/valgrind/valgrind.sh (limited to 'package/valgrind/valgrind.sh') diff --git a/package/valgrind/valgrind.sh b/package/valgrind/valgrind.sh deleted file mode 100755 index 4b8eb2e57..000000000 --- a/package/valgrind/valgrind.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -e -# -# Valgrind wrapper - -# Use special suppression file for uClibc -export VALGRIND_OPTS="$VALGRIND_OPTS --suppressions=/usr/lib/valgrind/uclibc.supp" - -# Use 'exec' to avoid having another shell process hanging around. -exec $0.bin "$@" - -- cgit v1.2.3