<div dir="ltr">On Thu, Mar 2, 2017 at 9:24 PM, Constantine Charlamov <span dir="ltr"><<a href="mailto:Hi-Angel@yandex.ru" target="_blank">Hi-Angel@yandex.ru</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So far this is the only options I found to build 32-on-64. It supersedes<br>
the prev. patch to README — turns out, replacing i386→x86 isn't enough.<br>
The inconsistent resuls were because cmake retains options used for old<br>
runs. This patch was tested by completely removing piglit, and git<br>
cloning it againg.<br></blockquote><div><br></div><div>"results" and "again"<br><br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Bugzilla: <a href="https://bugs.freedesktop.org/show_bug.cgi?id=100017" rel="noreferrer" target="_blank">https://bugs.freedesktop.org/<wbr>show_bug.cgi?id=100017</a><br>
Signed-off-by: Constantine Charlamov <<a href="mailto:Hi-Angel@yandex.ru">Hi-Angel@yandex.ru</a>><br>
Supersedes: <a href="https://patchwork.freedesktop.org/patch/141700/" rel="noreferrer" target="_blank">https://patchwork.freedesktop.<wbr>org/patch/141700/</a><br>
---<br>
 README | 3 ++-<br>
 1 file changed, 2 insertions(+), 1 deletion(-)<br>
<br>
diff --git a/README b/README<br>
index 23ae46352..e6667abda 100644<br>
--- a/README<br>
+++ b/README<br>
@@ -89,7 +89,8 @@ Now build everything:<br>
 -------------------<br>
<br>
 On Linux, if cross-compiling a 32-bit build on a 64-bit host, then you must<br>
-invoke cmake with option "-DCMAKE_SYSTEM_PROCESSOR=<wbr>i386".<br>
+invoke cmake with options "-DCMAKE_SYSTEM_PROCESSOR=x86 -DCMAKE_C_FLAGS=-m32<br>
+-DCMAKE_CXX_FLAGS=-m32".<br>
<br></blockquote><div><br></div><div>Perhaps we should also document that it's necessary to do this in a clean tree, otherwise the build will likely fail if a 64-bit build was previously made.  That might save someone the effort that you went through.<br><br></div><div>BTW, did you try 'make clean' and 'rm CMakeCache.txt' before doing the 32-bit build?<br><br></div><div>-Brian<br><br></div><div> <br></div></div></div></div>