]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Patch 3 in a series of cleanup patches from Will Schmidt
authorCarl Love <cel@us.ibm.com>
Wed, 6 May 2015 20:16:04 +0000 (20:16 +0000)
committerCarl Love <cel@us.ibm.com>
Wed, 6 May 2015 20:16:04 +0000 (20:16 +0000)
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

index b8c2422aeac9abdff26aed5319d88104fab6a393..5fc5ced36ef94cc7c1c0daef6bc77f1a5b4b5fb6 100644 (file)
@@ -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