[Mesa-dev] [PATCH 5/8] r600/omx: drop -lstdc++ hack

Emil Velikov emil.l.velikov at gmail.com
Mon Mar 31 19:11:22 PDT 2014


The build system will use g++ to link the static library due to the
dummy.cpp source(s). Thus one does not need the explicit link against
stdc++.

Cc: Christian König <christian.koenig at amd.com>
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
 src/gallium/targets/r600/omx/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/gallium/targets/r600/omx/Makefile.am b/src/gallium/targets/r600/omx/Makefile.am
index aecbb83..2168db8 100644
--- a/src/gallium/targets/r600/omx/Makefile.am
+++ b/src/gallium/targets/r600/omx/Makefile.am
@@ -48,5 +48,4 @@ libomx_r600_la_LIBADD = \
 	$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
 	$(GALLIUM_OMX_LIB_DEPS) \
 	$(LIBDRM_LIBS) \
-	$(RADEON_LIBS) \
-	-lstdc++
+	$(RADEON_LIBS)
-- 
1.9.1



More information about the mesa-dev mailing list