[Mesa-dev] [PATCH] mesa: Do not include fpu_control.h

Eric Anholt eric at anholt.net
Mon Aug 15 13:54:19 PDT 2011


On Mon, 15 Aug 2011 11:26:51 -0700, Chad Versace <chad at chad-versace.us> wrote:
> Remove the inclusion of fpu_control.h from compiler.h.  Since compiler.h
> uses no symbol from fpu_control.h, the removal is safe.
> 
> Since Bionic lacks fpu_control.h, its inclusion breaks the Android build.

I think this means that the one use of fpu_control.h in debug.c will
never trigger any more.  I suspect it's Brian's code, and if he wants to
keep it, we should put this under an autoconf-detected
HAVE_FPU_CONTROL_H #define.  fpu_control.h is breaking my 32-bit builds
because the header isn't present in the cross environment apparently,
and I've never used that debug code so I'm not really interested in
keeping it, myself.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20110815/6cc5bcc7/attachment.pgp>


More information about the mesa-dev mailing list