Lfs-multilib/etc
From www.williamfeely.info
Contents
Valgrind
Valgrind does not appear to support the x32 ABI.
Dependencies:
Needed patch:
https://www.williamfeely.info/download/lfs-multilib/valgrind-3.9.0-glibc-2.19.patch
From https://raw.github.com/archlinuxarm/PKGBUILDs/master/extra/valgrind/valgrind-3.9.0-glibc-2.19.patch
Build using the following instructions:
patch -Np1 -i ../valgrind-3.9.0-glibc-2.19.patch
sed -i -e 's:^CFLAGS=`-Wno-long-long`:CFLAGS=`$CFLAGS -Wno-long-long`:' configure.in
autoconf
./configure --prefix=/usr
make
make check
make install