mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
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
3 lines
139 B
Plaintext
3 lines
139 B
Plaintext
prereq: ./supported_libpthread && [ `uname -m` != ppc ] && [ `uname -m` != ppc64 ] && [ `uname -m` != ppc64le ]
|
|
prog: pth_create_chain 100
|