[Piglit] [Bug 100017] README: 32-on-64 bit build instructions doesn't work
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 2 20:49:18 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=100017
--- Comment #4 from Hi-Angel <Hi-Angel at yandex.ru> ---
Turns out, cmake somehow retains flags of the old run(s), that's why the
inconsistent results. The correct way to build 32-on-64 (I tested it by
removing the source, and git-cloning it again):
cmake -DCMAKE_SYSTEM_PROCESSOR=x86 -DCMAKE_C_FLAGS=-m32
-DCMAKE_CXX_FLAGS=-m32 .
make
I'll write later the superseeding patch to README.
--
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20170302/0220fb3a/attachment.html>
More information about the Piglit
mailing list