https://bugs.freedesktop.org/show_bug.cgi?id=50754
--- Comment #33 from Eero Tamminen <eero.t.tammi...@intel.com> --- (In reply to comment #29) > and documented (docs/autoconf.html) a reasonable approach towards > multilib/cross-compile builds. ---------- <p>The following should be sufficient to configure multilib Mesa</p> <code>./configure CC="gcc -m32" CXX="g++ -m32" --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu ...</code> ---------- You should also definitely mention here pkg-config. E.g. state it as: In addition to specifying correct PKG_CONFIG_PATH for the target architecture, following should be sufficient... Also, "--host" option is redundant, according to Autoconf manual it defaults to same as "--build" i.e. you need to specify it only if it differs from --build. -- 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