Re: [Mesa-dev] [PATCH] svga: always link with C++

2013-03-01 Thread Matt Turner
On Fri, Mar 1, 2013 at 3:56 PM, Brian Paul wrote: > Even when we don't have LLVM since there's other C++ code > in the resulting DRI driver object. > --- > src/gallium/targets/dri-vmwgfx/Makefile.am |6 +- > 1 files changed, 1 insertions(+), 5 deletions(-) > > diff --git a/src/gallium/tar

[Mesa-dev] [PATCH] svga: always link with C++

2013-03-01 Thread Brian Paul
Even when we don't have LLVM since there's other C++ code in the resulting DRI driver object. --- src/gallium/targets/dri-vmwgfx/Makefile.am |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/gallium/targets/dri-vmwgfx/Makefile.am b/src/gallium/targets/dri-vmwgfx/Ma