<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:alexandre.f.demers@gmail.com" title="Alexandre Demers <alexandre.f.demers@gmail.com>"> <span class="fn">Alexandre Demers</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Building 32 bit mesa on 64 bit OS fails since change for automake"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=50754">bug 50754</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>REOPENED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Building 32 bit mesa on 64 bit OS fails since change for automake"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=50754#c22">Comment # 22</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Building 32 bit mesa on 64 bit OS fails since change for automake"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=50754">bug 50754</a>
              from <span class="vcard"><a class="email" href="mailto:alexandre.f.demers@gmail.com" title="Alexandre Demers <alexandre.f.demers@gmail.com>"> <span class="fn">Alexandre Demers</span></a>
</span></b>
        <pre>I'm closing this bug because I'm able to crosscompile anytime with the help of
some variables.

    export CFLAGS='-m32'
    export CXXFLAGS='-m32'
    export LLVM_CONFIG='/usr/bin/llvm-config32'
    export PKG_CONFIG_PATH="/usr/lib/i386-linux-gnu/pkgconfig"
    Exec32="$baseExec --enable-32-bit --build=x86_64-pc-linux-gnu
--host=i686-pc-linux-gnu --libdir=/usr/lib/i386-linux-gnu
--includedir=/usr/include/i386-linux-gnu"


I'm using the same options for a couple of projects and it works great instead
of relying only on the auto configuration scripts.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>