Mesa (master): r600/omx: drop -lstdc++ hack

Emil Velikov evelikov at kemper.freedesktop.org
Sat Apr 5 13:08:53 UTC 2014


Module: Mesa
Branch: master
Commit: 432b5776f2e60ae5e040f142bfbbc1fdfdeefc50
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=432b5776f2e60ae5e040f142bfbbc1fdfdeefc50

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Tue Apr  1 02:51:20 2014 +0100

r600/omx: drop -lstdc++ hack

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)




More information about the mesa-commit mailing list