Re: [Mesa-dev] [PATCH 4/8] drivers/nouveau: mention dummy.cpp to use g++ linker

2014-03-31 Thread Emil Velikov
On 01/04/14 03:12, Ilia Mirkin wrote: > I presume you tested that nouveau_compiler still builds :) > Of course, but only build tested. Here is the full config I've used. ../autogen.sh \ --with-dri-drivers= --with-gallium-drivers="r300,r600,nouveau" \ --enable-glx-tls --enable-shared-glapi --e

Re: [Mesa-dev] [PATCH 4/8] drivers/nouveau: mention dummy.cpp to use g++ linker

2014-03-31 Thread Ilia Mirkin
I presume you tested that nouveau_compiler still builds :) Reviewed-by: Ilia Mirkin On Mon, Mar 31, 2014 at 10:11 PM, Emil Velikov wrote: > The build system does not know that the static library is C++. > Mention the cpp file to trigger generation of the proper variable > and drop the hacky std

[Mesa-dev] [PATCH 4/8] drivers/nouveau: mention dummy.cpp to use g++ linker

2014-03-31 Thread Emil Velikov
The build system does not know that the static library is C++. Mention the cpp file to trigger generation of the proper variable and drop the hacky stdc++ linking. Cc: Ilia Mirkin Signed-off-by: Emil Velikov --- src/gallium/drivers/nouveau/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 d