https://bugs.freedesktop.org/show_bug.cgi?id=50754
--- Comment #32 from Matt Turner <matts...@gmail.com> --- (In reply to comment #30) > (In reply to comment #29) > > While this patch looks correct at first sight I caused quite a few issues > > with other parts of mesa. As such I've reverted it, removed the hacky > > --enable-32,64-bit options, and documented (docs/autoconf.html) a reasonable > > approach towards multilib/cross-compile builds. > > Could you document here what kind of issues it causes? I don't think that's particularly useful to document in autoconf.html. Basically, the --enable-{32,64}-bit flags were neither necessary nor sufficient. configure.ac is not supposed to modify CFLAGS/CXXFLAGS. The --enable-{32,64}-bit flags operated by doing exactly that, and as such they didn't work (see this bug) and caused other problems. To work around this bug, you ended up setting -m32 in your CFLAGS anyway, so the only thing these flags did was to set the assembly architecture. Setting the --build and --host does that anyway. So throwing out these hacks is the right thing to do. -- 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