[Mesa-dev] [PATCH] targets/xa-vmwgfx: Force c++ linker to fix undefined symbols
Matt Turner
mattst88 at gmail.com
Thu Feb 21 08:56:24 PST 2013
On Thu, Feb 21, 2013 at 8:41 AM, Andreas Boll
<andreas.boll.dev at gmail.com> wrote:
> NOTE: This is a candidate for the 9.1 branch.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61200
> ---
> src/gallium/targets/xa-vmwgfx/Makefile.am | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/gallium/targets/xa-vmwgfx/Makefile.am b/src/gallium/targets/xa-vmwgfx/Makefile.am
> index 01cff4b..6fe0510 100644
> --- a/src/gallium/targets/xa-vmwgfx/Makefile.am
> +++ b/src/gallium/targets/xa-vmwgfx/Makefile.am
> @@ -47,6 +47,8 @@ libxatracker_la_LIBADD = \
> $(top_builddir)/src/gallium/drivers/trace/libtrace.la \
> $(top_builddir)/src/gallium/drivers/rbug/librbug.la
>
> +nodist_EXTRA_libxatracker_la_SOURCES = dummy.cpp
> +
> if HAVE_MESA_LLVM
> libxatracker_la_LDFLAGS += $(LLVM_LDFLAGS)
> libxatracker_la_LIBADD += $(LLVM_LIBS)
> --
> 1.7.10.4
Reviewed-by: Matt Turner <mattst88 at gmail.com>
More information about the mesa-dev
mailing list