[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
Wed Jun 6 06:46:43 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=50754
Kenneth Graunke <kenneth at whitecape.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #1 from Kenneth Graunke <kenneth at whitecape.org> 2012-06-05 21:46:43 PDT ---
One change is that the --enable-32-bit configure option doesn't propagate -m32
to all the right places anymore. I was able to successfully build Mesa master
with:
CFLAGS='-m32' CXXFLAGS='-m32' ./autogen.sh --enable-32-bit --enable-gles2
--enable-gles1 --disable-glu --with-gallium-drivers=
--with-dri-drivers=swrast,i965 --enable-texture-float --enable-debug
--enable-shared-glapi --enable-glx-tls
I'm going to assume you didn't specify CFLAGS/CXXFLAGS and close the bug, but
feel free to reopen if that doesn't work for you.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the mesa-dev
mailing list