<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - README: 32-on-64 bit build instructions doesn't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100017#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - README: 32-on-64 bit build instructions doesn't work"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100017">bug 100017</a>
              from <span class="vcard"><a class="email" href="mailto:Hi-Angel@yandex.ru" title="Hi-Angel <Hi-Angel@yandex.ru>"> <span class="fn">Hi-Angel</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>