https://bugs.freedesktop.org/show_bug.cgi?id=50754
Alexandre Demers <alexandre.f.dem...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #22 from Alexandre Demers <alexandre.f.dem...@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.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev