[Mesa-dev] [Bug 50754] Building 32 bit mesa on 64 bit OS fails since change for automake
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Aug 9 11:30:50 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=50754
Alexandre Demers <alexandre.f.demers at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution|--- |FIXED
--- Comment #22 from Alexandre Demers <alexandre.f.demers at gmail.com> ---
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.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130809/6b4feaab/attachment-0001.html>
More information about the mesa-dev
mailing list