On 15 April 2016 at 00:30, Tim Rowley <timothy.o.row...@intel.com> wrote:

> --- a/src/gallium/drivers/swr/Makefile.am
> +++ b/src/gallium/drivers/swr/Makefile.am
> @@ -22,7 +22,7 @@
>  include Makefile.sources
>  include $(top_srcdir)/src/gallium/Automake.inc
>
> -AM_CXXFLAGS = $(GALLIUM_DRIVER_CFLAGS)
> +AM_CXXFLAGS = $(GALLIUM_DRIVER_CFLAGS) -std=c++11
>
>  noinst_LTLIBRARIES = libmesaswr.la
>
> @@ -31,6 +31,7 @@ libmesaswr_la_SOURCES = $(LOADER_SOURCES)
>  COMMON_CXXFLAGS = \
>         $(GALLIUM_DRIVER_CFLAGS) \
>         $(LLVM_CFLAGS) \
> +       -std=c++11 \

As others have pointed out things will go interesting as we get
miss-match between LLVM and SWR. But let's worry about that when we
get there.

Reviewed-by: Emil Velikov <emil.veli...@collabora.com>

-Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to