gallium/auxiliary: don't build NIR sources with MSVC2008 flags
authorConnor Abbott <cwabbott0@gmail.com>
Sun, 20 Dec 2015 16:42:56 +0000 (11:42 -0500)
committerConnor Abbott <cwabbott0@gmail.com>
Thu, 24 Dec 2015 01:46:48 +0000 (20:46 -0500)
commit41c7912d04111a7e3b75a438c5cbbd7edc0fee25
treeb73cda2333ca93e0517bf7f18b79f9711b8d1c8a
parent52865efc411f6dfa8bdca6ad52a71ef79f4acaba
gallium/auxiliary: don't build NIR sources with MSVC2008 flags

NIR has never been built with MSVC2008, so we shouldn't add
MSVC2008_COMPAT_CFLAGS to anything that uses it. This allows us to get
rid of the pragma in tgsi_to_nir.c.

Build tested with freedreno.

v2: Use MSVC2013_COMPAT_CLFAGS instead.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Signed-off-by: Connor Abbott <cwabbott0@gmail.com>
src/gallium/auxiliary/Makefile.am
src/gallium/auxiliary/nir/tgsi_to_nir.c