[Mesa-dev] [Bug 90383] assembly enabled mesa crashes dota2
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon May 11 22:08:58 PDT 2015
https://bugs.freedesktop.org/show_bug.cgi?id=90383
--- Comment #10 from Tapani Pälli <lemody at gmail.com> ---
(In reply to Sylvain BERTRAND from comment #8)
> I tried -m32. Did not change anything. -m32 and -m64 are only for a gcc
> multilib toolchains. Here, it's a normal x86 toolchain, with i686-pc-gnu-gcc
> calling i686-pc-gnu-as (I checked i686-pc-gnu-gcc verbose output).
> Did you mean something is hardcoded in the build system for the availabily
> of the -m32/-m64 flags? If yes, what is it?
Did you have also '--build=x86_64-pc-linux-gnu --host=i686-pc-linux-gnu'? It
could be that '-m32' is not necessary here (I would not count on it though
because I believe libtool needs it) but at least the build and host arguments
are *very* necessary because libtool makes decisions based on them. So when you
feed these to autogen.sh, it should generate you proper libtool file contents.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150512/940d4835/attachment.html>
More information about the mesa-dev
mailing list