On 20/04/15 21:34, EdB wrote: > Later we can remove the compat code. > --- > src/gallium/state_trackers/clover/Makefile.am | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/src/gallium/state_trackers/clover/Makefile.am > b/src/gallium/state_trackers/clover/Makefile.am > index 62c13fa..54b6fff 100644 > --- a/src/gallium/state_trackers/clover/Makefile.am > +++ b/src/gallium/state_trackers/clover/Makefile.am > @@ -3,6 +3,7 @@ AUTOMAKE_OPTIONS = subdir-objects > include Makefile.sources > > AM_CPPFLAGS = \ > + -std=c++11 \ Strictly speaking this should is not part of the pre-processor flags and one should use the CXXFLAGS variable(s). Barring any bugs things should work as is, so I'll leave the decision up-to you :-)
> $(GALLIUM_PIPE_LOADER_DEFINES) \ > -DPIPE_SEARCH_DIR=\"$(libdir)/gallium-pipe\" \ > -I$(top_srcdir)/include \ > @@ -35,7 +36,6 @@ endif > noinst_LTLIBRARIES = libclover.la libcltgsi.la libclllvm.la > Now that all the code is built with c++11 does not make sense the have three separate static libraries ? Thanks Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev