From: Carl Love Date: Wed, 6 May 2015 20:16:04 +0000 (+0000) Subject: Patch 3 in a series of cleanup patches from Will Schmidt X-Git-Tag: svn/VALGRIND_3_11_0~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48814f20f121b1a1a1ca036ed4524dcf5abcf550;p=thirdparty%2Fvalgrind.git Patch 3 in a series of cleanup patches from Will Schmidt Update the pth_create_chain vgtest prereq to handle the ppc64le architecture in the same way as ppc64 (BE). This patch fixes Vagrind bugzilla 347322. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15185 --- diff --git a/drd/tests/pth_create_chain.vgtest b/drd/tests/pth_create_chain.vgtest index b8c2422aea..5fc5ced36e 100644 --- a/drd/tests/pth_create_chain.vgtest +++ b/drd/tests/pth_create_chain.vgtest @@ -1,2 +1,2 @@ -prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ] +prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ] && [ `uname -m` != ppc64le ] prog: pth_create_chain 100