From 48814f20f121b1a1a1ca036ed4524dcf5abcf550 Mon Sep 17 00:00:00 2001 From: Carl Love Date: Wed, 6 May 2015 20:16:04 +0000 Subject: [PATCH] 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 --- drd/tests/pth_create_chain.vgtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3